# rc file to invoke timeshift to shift the system time back if the 
# the timeshift reboot or halt proxies were called at shutdown.

if [ -f /usr/etc/shifted.time -a -x /usr/etc/timeshift ]
then (/usr/etc/timeshift && echo 'shifted time') > /dev/console 2>&1
fi
