How to run a program as a service (silent)?

Posted by U2ros on Ask Ubuntu See other posts from Ask Ubuntu or by U2ros
Published on 2012-09-22T12:08:49Z Indexed on 2012/09/22 15:49 UTC
Read the original article Hit count: 205

Filed under:
|
|

I have a python based server which i start from the terminal. This particular instance of the terminal then gives control to the program, and the program uses it as a kind of logging window, until its closed. Is this normal, or should i somehow try to start the program some other way in which it will simply show as an active process? If i close the terminal from which i started the program, the program dies with it.

Thank you

© Ask Ubuntu or respective owner

Related posts about command-line

Related posts about python