[pve-devel] [PATCH v2 manager] Add systemd-timesyncd to service	list.
    Wolfgang Bumiller 
    w.bumiller at proxmox.com
       
    Tue Dec  1 10:41:53 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..3ddf5f5 100644
--- a/PVE/API2/Services.pm
+++ b/PVE/API2/Services.pm
@@ -32,6 +32,7 @@ my $service_name_list = [
     'cron',
     'postfix',
     'ksmtuned',
+    'systemd-timesyncd',
     ];
 
 my $get_full_service_state = sub {
-- 
2.1.4
    
    
More information about the pve-devel
mailing list