1
0
Fork 0
mirror of https://github.com/pygos/init-scripts.git synced 2024-05-06 14:16:13 +02:00
init-scripts/etc/40-ntpsetdate.in
David Oberhollenzer f86d76513a Add dhcpcd hook for swclock
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-11-23 22:16:50 +01:00

8 lines
69 B
Plaintext

case "$reason" in
BOUND*)
@SCRIPTDIR@/setntpdate.sh
;;
*)
;;
esac