From 9d5c00e860ef042592cc81ac78c570d186cfea91 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 7 Sep 2015 01:49:29 +0200 Subject: reproducible: it seems to be easier to run 400 days in the past... --- hosts/bpi0-armhf-rb/etc/rc.local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/bpi0-armhf-rb/etc/rc.local') diff --git a/hosts/bpi0-armhf-rb/etc/rc.local b/hosts/bpi0-armhf-rb/etc/rc.local index d98b2916..f11b6b56 100755 --- a/hosts/bpi0-armhf-rb/etc/rc.local +++ b/hosts/bpi0-armhf-rb/etc/rc.local @@ -17,7 +17,7 @@ systemctl stop systemd-timesyncd systemctl stop systemd-timedated ntpdate -b us.pool.ntp.org echo "$(date) - system was rebooted" | mail -s "$(hostname -f) rebooted" root -date --set="+400 days" -echo "$(date) - system is running in the future now" | mail -s "$(hostname -f) in the future" root +date --set="-400 days" +echo "$(date) - system is running in the past now" | mail -s "$(hostname -f) in the past" root exit 0 -- cgit v1.2.3-54-g00ecf