]> git.proxmox.com Git - pve-manager.git/commitdiff
api: services: also track systemd-journald, as syslog is not often there anymore
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 22 Jun 2021 16:14:12 +0000 (18:14 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 22 Jun 2021 16:14:12 +0000 (18:14 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Services.pm

index def8d835cc81a6d013ac197032e7b6ad7613f5f1..d0280b094d7c4b4d706104d1740ad9018a68156c 100644 (file)
@@ -29,6 +29,7 @@ my $service_name_list = [
     'pve-ha-lrm',
     'sshd',
     'syslog',
+    'systemd-journald',
     'cron',
     'postfix',
     'ksmtuned',