summaryrefslogtreecommitdiffstats
path: root/remote/modules/idleaction/data/etc/cron.d
Commit message (Collapse)AuthorAgeFilesLines
* don't split busybox applets in /usr.Jonathan Bauer2014-07-011-1/+1
| | | | | | all busybox stuff is now under /bin and /sbin. We create links for all applets in stage32's /bin and /sbin. This fixes the "no such file" errors caused by hardcoded calls (e.g. /bin/rm) in a some binaries.
* [idleaction] Set proper pathSimon Rettberg2014-01-031-0/+1
|
* [idleaction] New module (WORK IN PROGESS)Simon Rettberg2013-12-221-0/+6
idleaction is supposed to check if the machine is in use and trigger certain actions if not It can terminate sessions that have been idle for a certain amount of time, and it can shutdown the computer if no user logged in for some time. In the future it will also be able to forcefully shut down the computer at a given time of day.