public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/sqlgrey] rawhide: Update PIDFile path in sqlgrey.service
@ 2026-06-21 18:32 Benjamin Gordon
  0 siblings, 0 replies; only message in thread
From: Benjamin Gordon @ 2026-06-21 18:32 UTC (permalink / raw)
  To: git-commits

            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]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-21 18:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-21 18:32 [rpms/sqlgrey] rawhide: Update PIDFile path in sqlgrey.service Benjamin Gordon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox