summaryrefslogtreecommitdiff
path: root/core/glibc/nscd.service
diff options
context:
space:
mode:
Diffstat (limited to 'core/glibc/nscd.service')
-rw-r--r--core/glibc/nscd.service7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/glibc/nscd.service b/core/glibc/nscd.service
index bc80a0730..875570dc2 100644
--- a/core/glibc/nscd.service
+++ b/core/glibc/nscd.service
@@ -1,10 +1,11 @@
+# systemd service file for nscd
+
[Unit]
Description=Name Service Cache Daemon
-After=syslog.target
[Service]
-Type=forking
-ExecStart=/usr/sbin/nscd
+Type=simple
+ExecStart=/usr/sbin/nscd --foreground
ExecStop=/usr/sbin/nscd --shutdown
ExecReload=/usr/sbin/nscd -i passwd
ExecReload=/usr/sbin/nscd -i group