summaryrefslogtreecommitdiffstats
path: root/hosts/hb0-armhf-rb
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-12 18:17:23 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-12 18:17:23 +0100
commit0c8d934f045515a95b770b5dd058c3793229a28c (patch)
tree143dac2562547e8776c6f3ce001250cf1468f594 /hosts/hb0-armhf-rb
parent765ee9d24f25d790dbfb2294ff76b103beb730a6 (diff)
downloadjenkins.debian.net-0c8d934f045515a95b770b5dd058c3793229a28c.tar.xz
(if) run system 398 days in future
Diffstat (limited to 'hosts/hb0-armhf-rb')
-rwxr-xr-xhosts/hb0-armhf-rb/etc/rc.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/hb0-armhf-rb/etc/rc.local b/hosts/hb0-armhf-rb/etc/rc.local
index b069e6ba..e8721439 100755
--- a/hosts/hb0-armhf-rb/etc/rc.local
+++ b/hosts/hb0-armhf-rb/etc/rc.local
@@ -21,7 +21,7 @@ systemctl disable systemd-timedated
systemctl stop systemd-timesyncd
systemctl stop systemd-timedated
ntpdate -b de.pool.ntp.org
-date --set="+400 days"
+date --set="+398 days"
echo "$(date) - system is running in the future now" | mail -s "$(hostname -f) in the future" root
exit 0