Explorar o código

package/nss-pam-ldapd: use /run for PIDFile

Fixes:

PIDFile= references a path below legacy directory /var/run/, updating
/var/run/nslcd.pid → /run/nslcd.pid; please update the unit file
accordingly.

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Michael Nosthoff %!s(int64=4) %!d(string=hai) anos
pai
achega
ce3d5129a6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/nss-pam-ldapd/nslcd.service

+ 1 - 1
package/nss-pam-ldapd/nslcd.service

@@ -4,7 +4,7 @@ After=syslog.target network.target
 
 [Service]
 Type=forking
-PIDFile=/var/run/nslcd/nslcd.pid
+PIDFile=/run/nslcd/nslcd.pid
 ExecStart=/usr/sbin/nslcd
 
 [Install]