2011-10-11 00:57:48 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Name Service Cache Daemon
|
|
|
|
|
|
|
|
[Service]
|
2011-10-12 13:05:01 +00:00
|
|
|
ExecStart=/usr/sbin/nscd -d
|
2011-10-11 00:57:48 +00:00
|
|
|
ExecStop=/usr/sbin/nscd --shutdown
|
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
Also=nscd.socket
|