APAF icon indicating copy to clipboard operation
APAF copied to clipboard

Set Process Name to the main APAF Services

Open fpietrosanti opened this issue 13 years ago • 0 comments

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 .

fpietrosanti avatar Nov 07 '12 08:11 fpietrosanti