diff options
author | Daniel Baumann <daniel@debian.org> | 2010-03-07 11:49:29 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-03-07 11:49:29 +0100 |
commit | 1db2027d556397b06d4ce9d61a3074ddedc878c7 (patch) | |
tree | 8b40ea5ad0eff4c827c6bf1cb91196d2ddf302ef /examples | |
parent | 9cfc9a8a70934e87f178942bf59051bb8cf2cc9c (diff) | |
download | vyos-live-build-1db2027d556397b06d4ce9d61a3074ddedc878c7.tar.gz vyos-live-build-1db2027d556397b06d4ce9d61a3074ddedc878c7.zip |
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 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 |