globaleaks / APAF

Anonymous Python Application Framework
33 stars 15 forks source link

Set Process Name to the main APAF Services #48

Open fpietrosanti opened 11 years ago

fpietrosanti commented 11 years ago

Currently APAF run as a long command line over twisted on Linux and OSX (even if packaged with .app). So when you make a "ps -auxw" you see a long command line for which APAF application is started.

This ticket is to make the APAF process name appear like "APAF Service", like any other standalone daemon.

To do that we can use Setproctitle http://pypi.python.org/pypi/setproctitle .