This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

Attachment: pgpcqD5Lt0yJ0.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]