diff options
author | Daniel Baumann <daniel@debian.org> | 2011-08-08 20:32:10 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-08-08 20:32:14 +0200 |
commit | ca8baa892f082d2da121e597770b5ef6db118f55 (patch) | |
tree | 07b3a64b1b6583c05187e8723410b627c8195391 /cgi/live-build-cgi.crontab | |
parent | 5b9c2c23df24e75a61cace8e26e36dbff2aae707 (diff) | |
download | vyos-live-build-ca8baa892f082d2da121e597770b5ef6db118f55.tar.gz vyos-live-build-ca8baa892f082d2da121e597770b5ef6db118f55.zip |
Renaming cgi files within the sources to consistently use the name live-build-cgi.
Diffstat (limited to 'cgi/live-build-cgi.crontab')
-rw-r--r-- | cgi/live-build-cgi.crontab | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cgi/live-build-cgi.crontab b/cgi/live-build-cgi.crontab new file mode 100644 index 000000000..0cb78a330 --- /dev/null +++ b/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-webhelper > /dev/null 2>&1 |