1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-07-01 07:20:12 +02:00
build/pkg/init-scripts/40-ntpsetdate
David Oberhollenzer 2c394f4246 Bump init version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-11-05 21:55:15 +01:00

8 lines
75 B
Plaintext

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