public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin Gordon <ben@bxg.org>
To: git-commits@fedoraproject.org
Subject: [rpms/sqlgrey] rawhide: Update PIDFile path in sqlgrey.service
Date: Sun, 21 Jun 2026 18:32:39 GMT	[thread overview]
Message-ID: <178206675983.1.6574696587270181261.rpms-sqlgrey-7bea2a285f96@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/sqlgrey
            Branch : rawhide
            Commit : 7bea2a285f96f2b333c69eb7538e4369d82befa1
            Author : Benjamin Gordon <ben@bxg.org>
            Date   : 2026-06-20T16:15:49+00:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/sqlgrey/c/7bea2a285f96f2b333c69eb7538e4369d82befa1?branch=rawhide

            Log:
            Update PIDFile path in sqlgrey.service

This is the same effective path, but eliminates a systemd warning when the service starts.

---
diff --git a/sqlgrey.service b/sqlgrey.service
index aac5557..c475538 100644
--- a/sqlgrey.service
+++ b/sqlgrey.service
@@ -4,7 +4,7 @@ After=syslog.target network.target
 
 [Service]
 Type=forking
-PIDFile=/var/run/sqlgrey.pid
+PIDFile=/run/sqlgrey.pid
 ExecStart=/usr/sbin/sqlgrey -d
 
 [Install]

                 reply	other threads:[~2026-06-21 18:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178206675983.1.6574696587270181261.rpms-sqlgrey-7bea2a285f96@fedoraproject.org \
    --to=ben@bxg.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox