From 0ab3bbb71c8d9c4a13913c44df64e4cada4e3280 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 15 Nov 2015 14:20:55 +0100 Subject: reproducible: run future nodes also 6h and 23min ahead --- hosts/bpi0-armhf-rb/etc/rc.local | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'hosts/bpi0-armhf-rb') diff --git a/hosts/bpi0-armhf-rb/etc/rc.local b/hosts/bpi0-armhf-rb/etc/rc.local index e8721439..9493d09d 100755 --- a/hosts/bpi0-armhf-rb/etc/rc.local +++ b/hosts/bpi0-armhf-rb/etc/rc.local @@ -13,15 +13,4 @@ echo "$(date) - system was rebooted" | mail -s "$(hostname -f) rebooted" root -# disable running in the future for now -exit 0 - -systemctl disable systemd-timesyncd -systemctl disable systemd-timedated -systemctl stop systemd-timesyncd -systemctl stop systemd-timedated -ntpdate -b de.pool.ntp.org -date --set="+398 days" -echo "$(date) - system is running in the future now" | mail -s "$(hostname -f) in the future" root - exit 0 -- cgit v1.2.3-54-g00ecf