From 1b82e87cdf0b0da67770a0abd64ea0e3570f5f43 Mon Sep 17 00:00:00 2001 From: David Vallee Delisle Date: Wed, 19 Jan 2022 14:14:20 -0500 Subject: [PATCH] Replacing chrony-helper with chronyc There's no helper in centos9. Change-Id: Iae81ee00baa323fbff3df93029253337b635ec7e --- files/chrony-online.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/chrony-online.service b/files/chrony-online.service index 551174a..c9ad167 100644 --- a/files/chrony-online.service +++ b/files/chrony-online.service @@ -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]