1 # systemd service file for nscd
4 Description=Name Service Cache Daemon
8 ExecStart=/usr/sbin/nscd --foreground
9 ExecStop=/usr/sbin/nscd --shutdown
10 ExecReload=/usr/sbin/nscd -i passwd
11 ExecReload=/usr/sbin/nscd -i group
12 ExecReload=/usr/sbin/nscd -i hosts
13 ExecReload=/usr/sbin/nscd -i services
15 PIDFile=/run/nscd/nscd.pid
18 WantedBy=multi-user.target