From: Dominik Csapak Date: Fri, 12 Nov 2021 12:37:26 +0000 (+0100) Subject: api/services: add pvescheduler to the service list X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=7aa5b131ff14e1691f052f17cd477786f36ddf4a;p=pve-manager.git api/services: add pvescheduler to the service list Signed-off-by: Dominik Csapak --- diff --git a/PVE/API2/Services.pm b/PVE/API2/Services.pm index 60502ce2..40f7504a 100644 --- a/PVE/API2/Services.pm +++ b/PVE/API2/Services.pm @@ -29,6 +29,7 @@ my $service_name_list = [ 'pvedaemon', 'pvefw-logger', 'pveproxy', + 'pvescheduler', 'pvestatd', 'spiceproxy', 'sshd',