Links - Parin810/Air-Quality-Monitoring-CS-671- GitHub Wiki

Running Python script as daemon

Run process in background:

  1. Open terminal and run the script - ex. python xyz.py
  2. Press ctrl+z
  3. type bg (background)
  4. type jobs - xyz.py would be running
  5. close the terminal