Replacing chrony-helper with chronyc

There's no helper in centos9.

Change-Id: Iae81ee00baa323fbff3df93029253337b635ec7e
This commit is contained in:
David Vallee Delisle 2022-01-19 14:14:20 -05:00
parent 14b34c20e5
commit 1b82e87cdf
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Wants=network-online.target chronyd.service
[Service]
Type=oneshot
ExecStart=/usr/libexec/chrony-helper command online
ExecStart=/usr/bin/chronyc online
User=root
[Install]