-
Notifications
You must be signed in to change notification settings - Fork 0
Cronjob
Yui Chun Leung (Leo) edited this page Jul 26, 2023
·
2 revisions
sudo apt update
sudo apt install cron
sudo systemctl enable cron
crontab -e
# add the following line
0 22 * * * sudo python3 src/main.py >> log.txt 2>&1