change nv proxy
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user