You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
320 B
15 lines
320 B
[Unit]
|
|
Description=NSS and PAM LDAP client daemon
|
|
After=network-online.target
|
|
Wants=network-online.target nss-lookup.target syslog.service
|
|
Before=nss-user-lookup.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/nslcd/nslcd.pid
|
|
ExecStart=/usr/sbin/nslcd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
RequiredBy=nss-user-lookup.target
|