diff options
Diffstat (limited to 'examples/cron/crontab')
-rw-r--r-- | examples/cron/crontab | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/cron/crontab b/examples/cron/crontab new file mode 100644 index 0000000..2d6b052 --- /dev/null +++ b/examples/cron/crontab @@ -0,0 +1,8 @@ +# /etc/crontab - system-wide crontab + +SHELL=/bin/sh +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin + +# m h dom mon dow user command +*/1 * * * * root /etc/cron.d/live-webhelper > /dev/null 2>&1 +*/10 * * * * user /usr/share/doc/live-helper/examples/cron/snapshots.sh > /dev/null 2>&1 |