diff options
author | Daniel Baumann <daniel@debian.org> | 2010-03-07 11:49:29 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:04 +0100 |
commit | 8be5f9d036bad60cf9ad7169c3e7c356aeba55b6 (patch) | |
tree | 8b40ea5ad0eff4c827c6bf1cb91196d2ddf302ef /examples | |
parent | 099710cbc317afa3888509ee8b09d4d403ddf72f (diff) | |
download | live-build-8be5f9d036bad60cf9ad7169c3e7c356aeba55b6.zip live-build-8be5f9d036bad60cf9ad7169c3e7c356aeba55b6.tar.gz |
Merging live-webhelper.
Diffstat (limited to 'examples')
-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 0000000..0cb78a3 --- /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 |