Add "After=named.service dirsrv.target slapd.service" to nslcd.service, to make sure that nslcd is started after them if they're also running on the local system (#832706).
13 lines
259 B
Desktop File
13 lines
259 B
Desktop File
[Unit]
|
|
Description=Naming services LDAP client daemon.
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/var/run/nslcd/nslcd.pid
|
|
ExecStart=/usr/sbin/nslcd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
After=named.service dirsrv.target slapd.service
|