From 3778770ff1fbca985fb47541ad7ce20de96c268a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 11 Nov 2015 00:33:42 +0100 Subject: reproducible: add sixth armhf build node, thanks again to vagrant --- hosts/wbq0-armhf-rb/etc/rc.local | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'hosts/wbq0-armhf-rb/etc/rc.local') diff --git a/hosts/wbq0-armhf-rb/etc/rc.local b/hosts/wbq0-armhf-rb/etc/rc.local index 9493d09d..b069e6ba 100755 --- a/hosts/wbq0-armhf-rb/etc/rc.local +++ b/hosts/wbq0-armhf-rb/etc/rc.local @@ -13,4 +13,15 @@ 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="+400 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