From: Thomas Lamprecht Date: Fri, 11 Nov 2022 15:39:40 +0000 (+0100) Subject: mask systemd-journald-audit.socket X-Git-Url: https://git.proxmox.com/?p=aab.git;a=commitdiff_plain;h=HEAD mask systemd-journald-audit.socket won't work in unpriv CTs and mark the systemctl status as failed. Signed-off-by: Thomas Lamprecht --- diff --git a/PVE/AAB.pm b/PVE/AAB.pm index 697c664..14a65da 100644 --- a/PVE/AAB.pm +++ b/PVE/AAB.pm @@ -578,7 +578,7 @@ sub bootstrap { $self->ve_command(['pacman', '-S', '--needed', '--noconfirm', '--', @$packages]); print "Masking problematic systemd units...\n"; - for my $unit (qw(sys-kernel-config.mount sys-kernel-debug.mount)) { + for my $unit (qw(sys-kernel-config.mount sys-kernel-debug.mount systemd-journald-audit.socket)) { $self->mask_systemd_unit($unit); } }