summaryrefslogtreecommitdiffstats
path: root/hosts/profitbricks-build5-amd64
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/profitbricks-build5-amd64
parent765ee9d24f25d790dbfb2294ff76b103beb730a6 (diff)
downloadjenkins.debian.net-0c8d934f045515a95b770b5dd058c3793229a28c.tar.xz
(if) run system 398 days in future
Diffstat (limited to 'hosts/profitbricks-build5-amd64')
-rwxr-xr-xhosts/profitbricks-build5-amd64/etc/rc.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/profitbricks-build5-amd64/etc/rc.local b/hosts/profitbricks-build5-amd64/etc/rc.local
index 12753f78..d3b00d7c 100755
--- a/hosts/profitbricks-build5-amd64/etc/rc.local
+++ b/hosts/profitbricks-build5-amd64/etc/rc.local
@@ -18,7 +18,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