1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-09-21 04:09:48 +02:00
build/pkg/init/lib/libexec/dhcpcd-hooks/40-ntpsetdate
David Oberhollenzer bbac1391dc Bump init version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-09-21 22:11:58 +02:00

7 lines
75 B
Text

case "$reason" in
BOUND*)
/lib/libexec/init/setntpdate.sh
;;
*)
;;
esac