[pve-devel] [PATCH pve-manager] Add ntp to service list.
Wolfgang Bumiller
w.bumiller at proxmox.com
Mon Nov 23 15:03:29 CET 2015
Closes #821
---
PVE/API2/Services.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/API2/Services.pm b/PVE/API2/Services.pm
index e413e84..995519c 100644
--- a/PVE/API2/Services.pm
+++ b/PVE/API2/Services.pm
@@ -32,6 +32,7 @@ my $service_name_list = [
'cron',
'postfix',
'ksmtuned',
+ 'ntp',
];
my $get_full_service_state = sub {
--
2.1.4
More information about the pve-devel
mailing list