2013-12-16 02:21:08 +01:00
|
|
|
# systemd service file for nscd
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Name Service Cache Daemon
|
|
|
|
|
|
|
|
[Service]
|
2014-03-10 08:47:54 +01:00
|
|
|
Type=forking
|
|
|
|
ExecStart=/usr/sbin/nscd
|
2013-12-16 02:21:08 +01:00
|
|
|
ExecStop=/usr/sbin/nscd --shutdown
|
|
|
|
ExecReload=/usr/sbin/nscd -i passwd
|
|
|
|
ExecReload=/usr/sbin/nscd -i group
|
|
|
|
ExecReload=/usr/sbin/nscd -i hosts
|
|
|
|
ExecReload=/usr/sbin/nscd -i services
|
2014-03-19 09:42:29 +01:00
|
|
|
ExecReload=/usr/sbin/nscd -i netgroup
|
2013-12-16 02:21:08 +01:00
|
|
|
Restart=always
|
|
|
|
PIDFile=/run/nscd/nscd.pid
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|