Install - apt-get install cron
*/10 * * * * python /var/www/html/portf/mw.py >> /var/www/html/portf/cron.log 2>&1
Header text | Header text | Header text |
---|---|---|
every day 1AM | 0 1 * * * ~/bk/autoupdate.sh | Example |
every 10 minutes | */10 * * * * | Example |
Example | Example | Example |