2011-07-07 10:29:39 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Name Service Cache Daemon
|
|
|
|
After=syslog.target
|
|
|
|
|
|
|
|
[Service]
|
2012-05-14 11:39:40 +02:00
|
|
|
ExecStart=/usr/sbin/nscd --foreground
|
2011-07-07 10:29:39 +02:00
|
|
|
ExecStop=/usr/sbin/nscd --shutdown
|
2012-05-14 11:39:40 +02:00
|
|
|
ExecReload=/usr/sbin/nscd -i passwd
|
|
|
|
ExecReload=/usr/sbin/nscd -i group
|
|
|
|
ExecReload=/usr/sbin/nscd -i hosts
|
|
|
|
ExecReload=/usr/sbin/nscd -i services
|
|
|
|
ExecReload=/usr/sbin/nscd -i netgroup
|
2011-07-07 10:29:39 +02:00
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
2012-06-18 14:07:06 +02:00
|
|
|
|