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

View file

@ -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,