SHA256
3
0
forked from pool/glibc
glibc/nscd.service
Andreas Schwab 37de46ce18 Accepting request 226839 from home:Andreas_Schwab:Factory
- Remove dependency on sysinit.target from nscd.service again (bnc#86422)

- powerpc-opt-power8.patch: GLIBC Optimizations For POWER8 Hardware
  (bnc#866711, fate#315443)

OBS-URL: https://build.opensuse.org/request/show/226839
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=341
2014-03-20 08:35:51 +00:00

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