0
0
Fork 0
easterhegg-2005-website/noc/configs/network/if-up.d/ntp-server

11 lines
157 B
Plaintext
Raw Normal View History

2024-01-27 15:10:12 +01:00
#!/bin/sh
# remove (or comment out) the next line if your network addresses change
exit 0
case $IFACE in
eth*)
/etc/init.d/ntp-server restart
;;
esac