fix podman dhcp socket
This commit is contained in:
parent
eb135c1031
commit
98facac514
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
systemd.sockets."io.podman.dhcp" = {
|
systemd.sockets."io.podman.dhcp" = {
|
||||||
description = "DHCP Client for CNI";
|
description = "DHCP Client for CNI";
|
||||||
socketConfig = {
|
socketConfig = {
|
||||||
ListenStreams = "%t/cni/dhcp.sock";
|
ListenStream = "%t/cni/dhcp.sock";
|
||||||
SocketMode = 0600;
|
SocketMode = 0600;
|
||||||
};
|
};
|
||||||
wantedBy = [ "sockets.target" ];
|
wantedBy = [ "sockets.target" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue