public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager 1/3] api/services: sort service list
@ 2021-11-12 12:37 Dominik Csapak
  2021-11-12 12:37 ` [pve-devel] [PATCH manager 2/3] api/services: add pvescheduler to the " Dominik Csapak
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dominik Csapak @ 2021-11-12 12:37 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Dominik Csapak <d.csapak@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





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-12 15:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-12 12:37 [pve-devel] [PATCH manager 1/3] api/services: sort service list Dominik Csapak
2021-11-12 12:37 ` [pve-devel] [PATCH manager 2/3] api/services: add pvescheduler to the " Dominik Csapak
2021-11-12 12:37 ` [pve-devel] [PATCH manager 3/3] jobs: vzdump: fixup prune-schedule conf Dominik Csapak
2021-11-12 15:43 ` [pve-devel] applied-series: [PATCH manager 1/3] api/services: sort service list Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal