Cronjob - zcemycl/systemDeploy GitHub Wiki
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
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