PKGBUILDs/core/glibc/nscd.service

19 lines
400 B
SYSTEMD
Raw Normal View History

2013-08-15 12:33:24 +00:00
# systemd service file for nscd
2012-06-11 04:36:17 +00:00
[Unit]
Description=Name Service Cache Daemon
2012-07-07 00:02:56 +00:00
2012-06-11 04:36:17 +00:00
[Service]
2013-08-15 12:33:24 +00:00
Type=simple
ExecStart=/usr/sbin/nscd --foreground
2012-06-11 04:36:17 +00:00
ExecStop=/usr/sbin/nscd --shutdown
ExecReload=/usr/sbin/nscd -i passwd
ExecReload=/usr/sbin/nscd -i group
ExecReload=/usr/sbin/nscd -i hosts
2013-08-15 12:33:24 +00:00
ExecReload=/usr/sbin/nscd -i services
2012-06-11 04:36:17 +00:00
Restart=always
PIDFile=/run/nscd/nscd.pid
2012-07-07 00:02:56 +00:00
2012-06-11 04:36:17 +00:00
[Install]
WantedBy=multi-user.target