8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
|
# /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
|