[pve-devel] [PATCH manager 1/3] api/services: sort service list

Dominik Csapak d.csapak at proxmox.com
Fri Nov 12 13:37:25 CET 2021


Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 PVE/API2/Services.pm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/PVE/API2/Services.pm b/PVE/API2/Services.pm
index f0159b65..60502ce2 100644
--- a/PVE/API2/Services.pm
+++ b/PVE/API2/Services.pm
@@ -17,24 +17,24 @@ use IO::File;
 use base qw(PVE::RESTHandler);
 
 my $service_name_list = [
-    'pveproxy',
-    'pvedaemon',
-    'spiceproxy',
-    'pvestatd',
-    'pve-cluster',
+    'chrony',
     'corosync',
+    'cron',
+    'ksmtuned',
+    'postfix',
+    'pve-cluster',
     'pve-firewall',
-    'pvefw-logger',
     'pve-ha-crm',
     'pve-ha-lrm',
+    'pvedaemon',
+    'pvefw-logger',
+    'pveproxy',
+    'pvestatd',
+    'spiceproxy',
     'sshd',
     'syslog',
     'systemd-journald',
-    'cron',
-    'postfix',
-    'ksmtuned',
     'systemd-timesyncd',
-    'chrony',
 ];
 my $essential_services = {
     pveproxy => 1,
-- 
2.30.2






More information about the pve-devel mailing list