diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-06-25 09:04:42 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-06-25 09:04:42 +0200 |
commit | 86746ac72fb9dc558e40914de9aea26ad58d19b1 (patch) | |
tree | c8b99efde0ed4d6e77351eb9cc189d635162e188 /frontend/cgi/live-build-cgi.crontab | |
parent | 1807e40dd3666564851b2b0d855513bd004a927d (diff) | |
download | vyos-live-build-86746ac72fb9dc558e40914de9aea26ad58d19b1.tar.gz vyos-live-build-86746ac72fb9dc558e40914de9aea26ad58d19b1.zip |
Reorganizing frontend in source tree.
Diffstat (limited to 'frontend/cgi/live-build-cgi.crontab')
-rw-r--r-- | frontend/cgi/live-build-cgi.crontab | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/cgi/live-build-cgi.crontab b/frontend/cgi/live-build-cgi.crontab new file mode 100644 index 000000000..1bf7a815d --- /dev/null +++ b/frontend/cgi/live-build-cgi.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-build-cgi > /dev/null 2>&1 |