]> git.proxmox.com Git - aab.git/blobdiff - PVE/AAB.pm
mask systemd-journald-audit.socket
[aab.git] / PVE / AAB.pm
index 697c6644cf315c4630bce30183a26482d1f387b3..14a65da98d9f46c942228638b37b39aaecdd39a7 100644 (file)
@@ -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);
     }
 }