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:
parent
f58b230614
commit
7bea2a285f
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue