Thu Mar 03, 2016 7:17 am
If you're running it from the terminal, add a & to the end of the program call to fork it to the background. One thing to note, though: Jessie has a tendency to kill programs started this way from scripts that are launched from X, as soon as the script finishes running (almost like it's not forking the programs properly). Works fine from a normal terminal though (even after you close it).