]> git.proxmox.com Git - pve-installer.git/commit
drop enabling timesyncd, wrong since chrony switch & unnecessary anyway
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 25 Apr 2022 15:49:33 +0000 (17:49 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 25 Apr 2022 15:49:36 +0000 (17:49 +0200)
commit421c170933a5efc650b1666bf6c9a8bf541370af
treeab1d591e9ccdc512f0a08c44617f4d4d1bb8821b
parent3bcf46e2c1903b401d61252b53204f1cea825ae3
drop enabling timesyncd, wrong since chrony switch & unnecessary anyway

It should actually fail since the switch to chrony, but syscmd only
returns the exit code and we did not check it.

Shortly thought about checking for the existence of
"$targetdir/lib/systemd/system/chrony.service" and enable
chrony.service in that case, but that is unnecessary too, as we know
due to this bogus enable timesyncd which never stopped chrony to run
happily enabled after installation anyway.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxinstall