change nv proxy
This commit is contained in:
parent
aa75095654
commit
e0a558527d
1 changed files with 3 additions and 3 deletions
|
|
@ -26,16 +26,16 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.sockets."nv-proxy" = {
|
systemd.sockets."nv-proxy" = {
|
||||||
description = "DHCP Client for CNI";
|
description = "DHCP Client for netavark";
|
||||||
socketConfig = {
|
socketConfig = {
|
||||||
ListenStream = "%t/podman/nv-proxy.sock";
|
ListenStream = "/run/podman/nv-proxy.sock";
|
||||||
SocketMode = 0600;
|
SocketMode = 0600;
|
||||||
};
|
};
|
||||||
wantedBy = [ "sockets.target" ];
|
wantedBy = [ "sockets.target" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services."io.podman.dhcp" = {
|
systemd.services."io.podman.dhcp" = {
|
||||||
description = "DHCP Client CNI Service";
|
description = "DHCP Client netavark Service";
|
||||||
after = [ "nv-proxy.socket" ];
|
after = [ "nv-proxy.socket" ];
|
||||||
requires = [ "nv-proxy.socket" ];
|
requires = [ "nv-proxy.socket" ];
|
||||||
wantedBy = [ "multi-user.target" "nv-proxy.socket" ];
|
wantedBy = [ "multi-user.target" "nv-proxy.socket" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue