Andreas Schwab
44f2b7bf86
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=350
18 lines
391 B
Desktop File
18 lines
391 B
Desktop File
[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
|