diff --git a/examples/chronyd.service b/examples/chronyd.service index 7202151..289548c 100644 --- a/examples/chronyd.service +++ b/examples/chronyd.service @@ -10,7 +10,6 @@ Type=forking PIDFile=/run/chrony/chronyd.pid EnvironmentFile=-/etc/sysconfig/chronyd ExecStart=/usr/sbin/chronyd $OPTIONS -ExecStartPost=/usr/libexec/chrony-helper update-daemon PrivateTmp=yes ProtectHome=yes ProtectSystem=full diff --git a/examples/chronyd.service.service-helper b/examples/chronyd.service.service-helper deleted file mode 100644 index 289548c..0000000 --- a/examples/chronyd.service.service-helper +++ /dev/null @@ -1,18 +0,0 @@ -[Unit] -Description=NTP client/server -Documentation=man:chronyd(8) man:chrony.conf(5) -After=ntpdate.service sntp.service ntpd.service -Conflicts=ntpd.service systemd-timesyncd.service -ConditionCapability=CAP_SYS_TIME - -[Service] -Type=forking -PIDFile=/run/chrony/chronyd.pid -EnvironmentFile=-/etc/sysconfig/chronyd -ExecStart=/usr/sbin/chronyd $OPTIONS -PrivateTmp=yes -ProtectHome=yes -ProtectSystem=full - -[Install] -WantedBy=multi-user.target