1[Unit]
2Description=LDAP daemon
3After=syslog.target network.target
4
5[Service]
6Type=forking
7ExecStart=/usr/sbin/nslcd
8
9[Install]
10WantedBy=multi-user.target
11