mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 02:54:36 +08:00
18 lines
373 B
SYSTEMD
18 lines
373 B
SYSTEMD
|
[Unit]
|
||
|
Description=Name Service Cache Daemon
|
||
|
After=syslog.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/sbin/nscd
|
||
|
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
|
||
|
Restart=always
|
||
|
PIDFile=/run/nscd/nscd.pid
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|