aboutsummaryrefslogtreecommitdiffstats
path: root/debian/install_files/50-ntp.conf
blob: 1544ad732b5855fa74dc9d74ea6bb22fcda0fef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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