Update PIDFile path in sqlgrey.service

This is the same effective path, but eliminates a systemd warning when the service starts.
This commit is contained in:
Benjamin Gordon 2026-06-20 16:15:49 +00:00
commit 7bea2a285f

View file

@ -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]