ntpd.service change

Richard Laager rlaager at wiktel.com
Wed Mar 7 05:18:50 UTC 2018


On 03/06/2018 09:45 PM, Udo van den Heuvel wrote:
> # cat 10-environment.conf
> ExecStart=
> EnvironmentFile=-/etc/sysconfig/ntpd
> ExecStart=/usr/sbin/ntpd -u ntp:ntp $OPTIONS

I gave this concept a try. We were missing the [Service] section header.
Use this instead:

[Service]
ExecStart=
EnvironmentFile=-/etc/sysconfig/ntpd
ExecStart=/usr/sbin/ntpd -u ntp:ntp $OPTIONS

-- 
Richard


More information about the devel mailing list