1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-07-03 08:20:12 +02:00
build/pkg/init-scripts/40-ntpsetdate

8 lines
75 B
Plaintext
Raw Normal View History

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