aboutsummaryrefslogtreecommitdiff
path: root/contrib/desktop-autoloader.cron.d
blob: 8c77e309d2779850d80754d1a26fbc8ab776ebed (plain)
1
2
3
4
5
6
# After a system has booted, check what time it is and pre-load the
# filesystem cache with a standardized desktop session

SHELL=/bin/bash

@reboot         desktop-autoloader [ $(date +\%s) -lt $(date -d 07:30 +\%s) ] && sleep 60 && desktop-autoloader