diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-10-10 18:55:55 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-10-10 18:55:55 +0100 |
commit | 831fccc272518113401b7f62bb23e62afc706e03 (patch) | |
tree | d852501dc338b0dc0a037002ef4fe54496bfab6b /crontab | |
parent | 70537ec9683b3e5db8c76597125fbfae9b51364b (diff) | |
parent | 99587dca308e085b2accb72a89896b5a63cb20e1 (diff) |
Merge changes from brix
Diffstat (limited to 'crontab')
-rw-r--r-- | crontab/crontab | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crontab/crontab b/crontab/crontab new file mode 100644 index 0000000..edb4b22 --- /dev/null +++ b/crontab/crontab @@ -0,0 +1,4 @@ +*/5 * * * * /usr/bin/r2e run +*/5 * * * * /home/urbain/bin/email >> /home/urbain/.cron_email_log +*/5 * * * * /usr/bin/vdirsyncer sync >> /home/urbain/.cron_calendar_log +0 * * * * cd /home/urbain/ && /usr/bin/mr update && /usr/bin/mr push |