Role service-dhcpd: add control socket

This commit is contained in:
Julian Labus 2019-01-23 15:21:10 +01:00
parent bc3af84cf8
commit ccd3fbafc4
No known key found for this signature in database
GPG Key ID: 8AF209F2C6B3572A
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@
{% endfor %}
]
},
"control-socket": {
"socket-type": "unix",
"socket-name": "/tmp/kea-dhcp4-ctrl.sock"
},
"lease-database": {
"type": "memfile",
"persist": true,