Role service-dhcpd: add control socket
This commit is contained in:
parent
bc3af84cf8
commit
ccd3fbafc4
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"control-socket": {
|
||||||
|
"socket-type": "unix",
|
||||||
|
"socket-name": "/tmp/kea-dhcp4-ctrl.sock"
|
||||||
|
},
|
||||||
"lease-database": {
|
"lease-database": {
|
||||||
"type": "memfile",
|
"type": "memfile",
|
||||||
"persist": true,
|
"persist": true,
|
||||||
|
|
Loading…
Reference in a new issue