[chrony] change systemd service type to forking

Miroslav Lichvar mlichvar at fedoraproject.org
Tue Sep 6 15:20:31 UTC 2011


commit f0a19e7b77ad88e9def601ece455bdeb83b333ad
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Tue Sep 6 15:46:25 2011 +0200

    change systemd service type to forking

 chronyd.service |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/chronyd.service b/chronyd.service
index bcff9cb..a96e604 100644
--- a/chronyd.service
+++ b/chronyd.service
@@ -4,9 +4,10 @@ After=syslog.target ntpdate.service
 Conflicts=ntpd.service
 
 [Service]
+Type=forking
 EnvironmentFile=-/etc/sysconfig/chronyd
 ExecStartPre=/usr/libexec/chrony-helper generate-commandkey
-ExecStart=/usr/sbin/chronyd -n -u chrony $OPTIONS
+ExecStart=/usr/sbin/chronyd -u chrony $OPTIONS
 ExecStartPost=/usr/libexec/chrony-helper add-dhclient-servers
 
 [Install]


More information about the scm-commits mailing list