only use crontab on non root users

This commit is contained in:
lelgenio 2020-10-17 20:22:54 -03:00
parent 3a5604d337
commit eb787b093a
1 changed files with 2 additions and 0 deletions

View File

@ -1,10 +1,12 @@
# {{@@ header() @@}}
PATH={{@@ ordered_path() @@}}
# {%@@ if env['USER'] != 'root' @@%} #
#minute hour day month day_week cmd
*/5 * * * * forecast json
*/5 * * * * checkmail update
* */5 * * * vdirsyncer sync
*/30 * * * * savegame_backup
# {%@@ endif @@%} #
# vim: commentstring=#\ %s