Andreas Schwab
9ed98d396d
- Readd dependency on sysvinit.target to nscd.service (bnc#868422) - Make the nscd service part of the nss-lookup and nss-user-lookup targets (bnc#871386) - Move _constraints back to main package and update it OBS-URL: https://build.opensuse.org/request/show/228714 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=356
21 lines
507 B
Desktop File
21 lines
507 B
Desktop File
[Unit]
|
|
Description=Name Service Cache Daemon
|
|
After=sysinit.target
|
|
Wants=nss-lookup.target nss-user-lookup.target
|
|
Before=nss-lookup.target nss-user-lookup.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
|
|
ExecReload=/usr/sbin/nscd -i netgroup
|
|
Restart=always
|
|
PIDFile=/run/nscd/nscd.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|