Mark nscd service as forking in systemd service file (BZ #16639)
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 10 Mar 2014 07:47:54 +0000 (13:17 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 10 Mar 2014 07:47:54 +0000 (13:17 +0530)
commit8b4ff97413fc32ea7f817586bc682ff2cc34527b
tree6841941a1ed0ff7c30c0b68fffd9cc9b6e981378
parent54b46a4b3efd179ccbbf8e342e64391e2b590f1b
Mark nscd service as forking in systemd service file (BZ #16639)

Currently the nscd service is installed in systemd as a simple
service, which means that it is able to handle its own errors and does
not quit.  Since nscd does not fit that description, i.e. it can exit
on errors like, say, failing to parse nscd.conf, it should be declared
as forking instead.
ChangeLog
NEWS
nscd/nscd.service