You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
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.
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 .
The text was updated successfully, but these errors were encountered: