1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-07-03 16:30:11 +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

8 lines
75 B
Plaintext

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