# Use the more adapted debian script defined by the ntp package directly if it # is available. if [ -f /etc/dhcp/dhclient-exit-hooks.d/ntp ]; then . /etc/dhcp/dhclient-exit-hooks.d/ntp fi # timesyncd is supported too if [ -f /etc/dhcp/dhclient-exit-hooks.d/timesyncd ]; then . /etc/dhcp/dhclient-exit-hooks.d/timesyncd fi # there is no script for openntpd readily available # there is no script for chrony readily available