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

Download 249.patch

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 fc17445e fixes this pull-request

Pull-Request has been merged by rharwood

Metadata