diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-12 18:17:23 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-12 18:17:23 +0100 |
commit | 0c8d934f045515a95b770b5dd058c3793229a28c (patch) | |
tree | 143dac2562547e8776c6f3ce001250cf1468f594 /hosts/profitbricks-build5-amd64 | |
parent | 765ee9d24f25d790dbfb2294ff76b103beb730a6 (diff) | |
download | jenkins.debian.net-0c8d934f045515a95b770b5dd058c3793229a28c.tar.xz |
(if) run system 398 days in future
Diffstat (limited to 'hosts/profitbricks-build5-amd64')
-rwxr-xr-x | hosts/profitbricks-build5-amd64/etc/rc.local | 2 |
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 |