mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 06:10:06 +00:00
20 lines
424 B
Desktop File
20 lines
424 B
Desktop File
# systemd service file for nscd
|
|
|
|
[Unit]
|
|
Description=Name Service Cache Daemon
|
|
|
|
[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
|
|
ExecReload=/usr/sbin/nscd -i netgroup
|
|
Restart=always
|
|
PIDFile=/run/nscd/nscd.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|