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"