mask systemd-journald-audit.socket
won't work in unpriv CTs and mark the systemctl status as failed. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
03406f3e36
commit
acef423b96
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue