bundles/kea-dhcp-server: add kea-lease-list script

This commit is contained in:
Franzi 2024-01-30 21:01:20 +01:00
parent e3b63a99c2
commit a3cc5a9347
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 41 additions and 0 deletions

View file

@ -44,6 +44,10 @@ files['/etc/kea/kea-dhcp4.conf'] = {
},
}
files['/usr/local/bin/kea-lease-list'] = {
'mode': '0500',
}
svc_systemd['kea-dhcp4-server'] = {
'needs': {
'file:/etc/kea/kea-dhcp4.conf',