Difference between revisions of "Crontab"

From ElectroDragon Wiki
 
(No difference)

Latest revision as of 22:56, 3 May 2020

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