Links - Parin810/Air-Quality-Monitoring-CS-671- GitHub Wiki
Running Python script as daemon
Run process in background:
- Open terminal and run the script - ex. python xyz.py
- Press ctrl+z
- type bg (background)
- type jobs - xyz.py would be running
- close the terminal