kea: fix socket paths

This commit is contained in:
Markus 2024-09-03 21:50:37 +02:00
parent 4b0b8adcdd
commit c8a0e54cc8

View File

@ -9,13 +9,13 @@
{ {
"comment": "socket to DHCP4 server", "comment": "socket to DHCP4 server",
"socket-type": "unix", "socket-type": "unix",
"socket-name": "/tmp/kea4-ctrl-socket" "socket-name": "/run/kea/kea4-ctrl-socket"
}, },
"d2": "d2":
{ {
"socket-type": "unix", "socket-type": "unix",
"socket-name": "/tmp/kea-ddns-ctrl-socket", "socket-name": "/run/kea/kea-ddns-ctrl-socket",
"user-context": { "in-use": false } "user-context": { "in-use": false }
} }
}, },