]> git.proxmox.com Git - pmg-api.git/commitdiff
PMG/API2/Services.pm: remove cron from default service list
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 25 Mar 2017 09:46:51 +0000 (10:46 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 25 Mar 2017 09:46:51 +0000 (10:46 +0100)
We try to use systemd timers instead.

PMG/API2/Services.pm

index 78855d5397367f9e2ed2c7ce29daa628deb06e84..3eebccf77160cc088c0461c8b00c5ea0992a1a81 100644 (file)
@@ -24,7 +24,6 @@ my $service_name_list = [
     'pmg-smtp-filter',
     'sshd',
     'syslog',
-    'cron',
     'postfix',
     'systemd-timesyncd',
     ];