change nv proxy

This commit is contained in:
2023-12-01 12:32:33 +01:00
parent aa75095654
commit e0a558527d

View File

@@ -26,16 +26,16 @@ in {
};
systemd.sockets."nv-proxy" = {
description = "DHCP Client for CNI";
description = "DHCP Client for netavark";
socketConfig = {
ListenStream = "%t/podman/nv-proxy.sock";
ListenStream = "/run/podman/nv-proxy.sock";
SocketMode = 0600;
};
wantedBy = [ "sockets.target" ];
};
systemd.services."io.podman.dhcp" = {
description = "DHCP Client CNI Service";
description = "DHCP Client netavark Service";
after = [ "nv-proxy.socket" ];
requires = [ "nv-proxy.socket" ];
wantedBy = [ "multi-user.target" "nv-proxy.socket" ];