read options from sysconfig file if it exists
This commit is contained in:
parent
4c935ef910
commit
3243f09187
@ -4,8 +4,9 @@ After=syslog.target ntpdate.service
|
||||
Conflicts=ntpd.service
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=-/etc/sysconfig/chronyd
|
||||
ExecStartPre=/usr/libexec/chrony-helper generate-commandkey
|
||||
ExecStart=/usr/sbin/chronyd -n -u chrony
|
||||
ExecStart=/usr/sbin/chronyd -n -u chrony $OPTIONS
|
||||
ExecStartPost=/usr/libexec/chrony-helper add-dhclient-servers
|
||||
|
||||
[Install]
|
||||
|
Loading…
Reference in New Issue
Block a user