summaryrefslogtreecommitdiffstats
path: root/hosts/wbq0-armhf-rb
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-15 14:20:55 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-15 14:20:55 +0100
commit0ab3bbb71c8d9c4a13913c44df64e4cada4e3280 (patch)
tree63b5212034dc0720076bfbefe1226bd083e0be29 /hosts/wbq0-armhf-rb
parentb17690bdf552c0840e1f0b8e3fa28c641fb1af4f (diff)
downloadjenkins.debian.net-0ab3bbb71c8d9c4a13913c44df64e4cada4e3280.tar.xz
reproducible: run future nodes also 6h and 23min ahead
Diffstat (limited to 'hosts/wbq0-armhf-rb')
-rwxr-xr-xhosts/wbq0-armhf-rb/etc/rc.local11
1 files changed, 0 insertions, 11 deletions
diff --git a/hosts/wbq0-armhf-rb/etc/rc.local b/hosts/wbq0-armhf-rb/etc/rc.local
index e8721439..9493d09d 100755
--- a/hosts/wbq0-armhf-rb/etc/rc.local
+++ b/hosts/wbq0-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