diff options
Diffstat (limited to 'examples/cron/crontab')
-rw-r--r-- | examples/cron/crontab | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/cron/crontab b/examples/cron/crontab new file mode 100644 index 000000000..0cb78a330 --- /dev/null +++ b/examples/cron/crontab @@ -0,0 +1,7 @@ +# /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.hourly/live-webhelper > /dev/null 2>&1 |