]> git.proxmox.com Git - pve-container.git/blobdiff - src/PVE/LXC/Setup/Alpine.pm
fix #4192: revamp check for systemd version
[pve-container.git] / src / PVE / LXC / Setup / Alpine.pm
index b56d8956ea5a8846455f259e20a7c768dcadc8e2..87d72beb49bc1467ac7b7715d32c2d98abfa097c 100644 (file)
@@ -102,7 +102,7 @@ sub setup_network {
 
 # non systemd based containers work with pure cgroupv2
 sub unified_cgroupv2_support {
-    my ($self) = @_;
+    my ($self, $init) = @_;
 
     return 1;
 }