forked from infra/ansible
kea: fix socket paths
This commit is contained in:
parent
4b0b8adcdd
commit
c8a0e54cc8
@ -9,13 +9,13 @@
|
||||
{
|
||||
"comment": "socket to DHCP4 server",
|
||||
"socket-type": "unix",
|
||||
"socket-name": "/tmp/kea4-ctrl-socket"
|
||||
"socket-name": "/run/kea/kea4-ctrl-socket"
|
||||
},
|
||||
|
||||
"d2":
|
||||
{
|
||||
"socket-type": "unix",
|
||||
"socket-name": "/tmp/kea-ddns-ctrl-socket",
|
||||
"socket-name": "/run/kea/kea-ddns-ctrl-socket",
|
||||
"user-context": { "in-use": false }
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user