change podman

This commit is contained in:
2023-12-01 10:58:24 +01:00
parent 3ebbe5d7d4
commit c3f87ce990

View File

@@ -33,8 +33,7 @@
description = "DHCP Client CNI Service";
after = [ "io.podman.dhcp.socket" ];
requires = [ "io.podman.dhcp.socket" ];
wantedBy = [ "multi-user.target" ];
also = "io.podman.dhcp.socket";
wantedBy = [ "multi-user.target" "io.podman.dhcp.socket" ];
path = [ pkgs.cni-plugins ];
serviceConfig = {