8c2acf16c2
- Do not order nscd after syslog.target OBS-URL: https://build.opensuse.org/request/show/163932 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=279
17 lines
365 B
Desktop File
17 lines
365 B
Desktop File
[Unit]
|
|
Description=Name Service Cache Daemon
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/nscd --foreground
|
|
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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|