diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-04-03 13:37:28 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-04-03 13:37:28 +0200 |
commit | c5919c5e6994c7f5131990e1bc36dca04ed41b1d (patch) | |
tree | 6bc21796aee3960019b33ae9759e7b4e28975a03 /contrib/desktop-autoloader.cron.d | |
parent | 33cb157ed8e9769c94612181658d90065a39457b (diff) | |
download | desktop-autoloader-c5919c5e6994c7f5131990e1bc36dca04ed41b1d.tar.gz desktop-autoloader-c5919c5e6994c7f5131990e1bc36dca04ed41b1d.tar.bz2 desktop-autoloader-c5919c5e6994c7f5131990e1bc36dca04ed41b1d.zip |
debian/desktop-autoloader.cron.d: Fix name of cron.d file to make debhelper happy.
Diffstat (limited to 'contrib/desktop-autoloader.cron.d')
-rw-r--r-- | contrib/desktop-autoloader.cron.d | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/desktop-autoloader.cron.d b/contrib/desktop-autoloader.cron.d new file mode 100644 index 0000000..87b8a22 --- /dev/null +++ b/contrib/desktop-autoloader.cron.d @@ -0,0 +1,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 |