2011-07-07 14:07:16 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Name Service Cache Daemon
|
2014-04-08 17:05:49 +02:00
|
|
|
After=sysinit.target
|
|
|
|
Wants=nss-lookup.target nss-user-lookup.target
|
|
|
|
Before=nss-lookup.target nss-user-lookup.target
|
2011-07-07 14:07:16 +02:00
|
|
|
|
|
|
|
[Service]
|
2014-03-22 07:49:51 +01:00
|
|
|
Type=forking
|
|
|
|
ExecStart=/usr/sbin/nscd
|
2011-07-07 14:07:16 +02:00
|
|
|
ExecStop=/usr/sbin/nscd --shutdown
|
2012-05-21 07:55:21 +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 14:07:16 +02:00
|
|
|
Restart=always
|
2014-03-22 07:49:51 +01:00
|
|
|
PIDFile=/run/nscd/nscd.pid
|
2011-07-07 14:07:16 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|