#249 Replace /var/run -> /run in gssproxy.service
Merged 4 years ago by rharwood. Opened 4 years ago by orion.
orion/gssproxy systemd  into  master

file modified
+1 -1
@@ -10,7 +10,7 @@ 

  # These two should be used with traditional UNIX forking daemons

  # consult systemd.service(5) for more details

  Type=forking

- PIDFile=@localstatedir@/run/gssproxy.pid

+ PIDFile=/run/gssproxy.pid

  ExecReload=/bin/kill -HUP $MAINPID

  

  [Install]

Fixes:
/usr/lib/systemd/system/gssproxy.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/gssproxy.pid → /run/gssproxy.pid; please update the unit file accordingly.

Per FHS, usage of /var/run is still permitted and not legacy, but we know how much systemd cares about that. Will merge in a moment.

Commit fc17445 fixes this pull-request

Pull-Request has been merged by rharwood

4 years ago