diff options
Diffstat (limited to 'examples/cron/crontab')
-rw-r--r-- | examples/cron/crontab | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/cron/crontab b/examples/cron/crontab index 2d6b052d7..470be6ee4 100644 --- a/examples/cron/crontab +++ b/examples/cron/crontab @@ -4,5 +4,4 @@ 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.d/live-webhelper > /dev/null 2>&1 */10 * * * * user /usr/share/doc/live-helper/examples/cron/snapshots.sh > /dev/null 2>&1 |