summaryrefslogtreecommitdiff
path: root/src/etc/systemd/system/kea-dhcp4-server.service.d
AgeCommit message (Collapse)Author
2025-02-17dhcp: T6948: systemd-service adjustment to invoke helper scriptIndrajit Raychaudhuri
The helper script updates VyOS hostd records from DHCP server leases. This ensures that hostd records with the DHCP server leases are kept in sync with VyOS hostd records right after the DHCP server is started. Note that `Restart` directive needs to be updated to `on-failure` so that the service is restarted in case of failure/timeout in interaction with hostd service.
2023-12-08dhcp: T3316: Migrate dhcp/dhcpv6 server to Keasarthurdev