Last Updated: February 25, 2016
·
791
· asbigger

Start Process as Daemon

Possibly one from the school of the bleeding obvious for some... If you don't want to hold up your terminal with processes add a -d switch to the script call.

python path/to/some/script.py -d