We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84967e5 commit baa987cCopy full SHA for baa987c
README.md
@@ -68,13 +68,13 @@ If any library is missing do `pip install` *library*.
68
69
Create a cron job to run the script on every boot.
70
71
-To test the script output run with `python monitor.py` or to run in background use `pythonw monitor.py`.
+To test the script output run with `python3 monitor.py` or to run in background use `pythonw monitor.py` for PC and `python3 monitor.py &` for Linux.
72
73
### Creating Cron Job
74
75
Edit cron with `crontab -e`.
76
77
-Add the script at the bottom of the cron list as `@reboot /path/to/script/monitor.py`.
+Add the script at the bottom of the cron list as `@reboot python3 /path/to/script/monitor.py &`.
78
79
## Author
80
0 commit comments