aboutsummaryrefslogtreecommitdiff
path: root/contrib/desktop-autoloader.cron
blob: 87b8a22a122e1addf347c075e71a7a4f5bf88787 (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-autoload [ $(date +%s) -lt $(date -d 07:30 +%s) ] && sleep 60 && desktop-autoload