ce3d5129a6
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>
12 lines
207 B
Desktop File
12 lines
207 B
Desktop File
[Unit]
|
|
Description=Naming services LDAP client daemon.
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/nslcd/nslcd.pid
|
|
ExecStart=/usr/sbin/nslcd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|