From f0a19e7b77ad88e9def601ece455bdeb83b333ad Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 6 Sep 2011 15:46:25 +0200 Subject: [PATCH] change systemd service type to forking --- chronyd.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]