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