23maverick23
12/10/2017 - 7:33 PM

Raspi: Terminal-less python instance

Raspi: Terminal-less python instance

# run python terminal-less in the background
$ nohup python overcast-sonos.py

# to find the PID, run this
$ pgrep -f "overcast"

# to kill the process, run this
$ pkill -f "overcast"