diff options
Diffstat (limited to 'contrib/desktop-autoloader.cron')
-rw-r--r-- | contrib/desktop-autoloader.cron | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/desktop-autoloader.cron b/contrib/desktop-autoloader.cron deleted file mode 100644 index 87b8a22..0000000 --- a/contrib/desktop-autoloader.cron +++ /dev/null @@ -1,6 +0,0 @@ -# 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 |