[PATCH 2/4] Start nscd service after syslog has started

Siddhesh Poyarekar siddhesh@redhat.com
Wed Feb 26 17:20:00 GMT 2014


Hi,

This patch adds an After= directive to the systemd nscd service file
to ensure that nscd does not start before syslog is up.

Siddhesh

	* nscd/nscd.service: Order after syslog.target.

---
 nscd/nscd.service | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nscd/nscd.service b/nscd/nscd.service
index 33d06ac..a7b4107 100644
--- a/nscd/nscd.service
+++ b/nscd/nscd.service
@@ -2,6 +2,7 @@
 
 [Unit]
 Description=Name Service Cache Daemon
+After=syslog.target
 
 [Service]
 Type=simple
-- 
1.8.3.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20140226/40872f5a/attachment.sig>


More information about the Libc-alpha mailing list