Accepting request 120884 from home:a_jaeger:my-factory-packages

Add nscd --foreground option.

OBS-URL: https://build.opensuse.org/request/show/120884
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=181
This commit is contained in:
2012-05-14 09:39:40 +00:00
committed by Git OBS Bridge
parent 3bf6c22181
commit 0dd4aebc2e
6 changed files with 143 additions and 31 deletions

View File

@@ -3,11 +3,14 @@ Description=Name Service Cache Daemon
After=syslog.target
[Service]
Type=forking
ExecStart=/usr/sbin/nscd
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
PIDFile=/var/run/nscd/nscd.pid
[Install]
WantedBy=multi-user.target