]> git.proxmox.com Git - pve-manager.git/commitdiff
api: services: track chrony
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 21 Jun 2021 14:25:46 +0000 (16:25 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 21 Jun 2021 14:28:40 +0000 (16:28 +0200)
Keep systemd-timesync for now, old installations may have it around
for a while.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Services.pm

index a217d3618c6e9dfc6069d46d90e226d768850ceb..9f5f2f703e3501dc0620aab9f651106c1c55baf4 100644 (file)
@@ -33,6 +33,7 @@ my $service_name_list = [
     'postfix',
     'ksmtuned',
     'systemd-timesyncd',
+    'chrony',
 ];
 my $essential_services = {
     pveproxy => 1,