Hi,
Michael Manfre gmail.com> writes:
>
> Is it possible to pass args through PythonService.exe on to the
ServiceFramework class? The only arg that I ever see come through the init
is a tuple containing only the _svc_name_. I need to install many services
for celery workers and having to create
I installed the service with the args I wanted and they appeared where I
expected to see them in the service's property dialog (next to the "Path to
executable"). The problem I experienced was that no matter what args were
provided, either installed with the service or provided with the one-off
"st
On 21/06/2013 6:06 AM, Michael Manfre wrote:
Is it possible to pass args through PythonService.exe on to the
ServiceFramework class? The only arg that I ever see come through the
init is a tuple containing only the _svc_name_. I need to install many
services for celery workers and having to creat
Is it possible to pass args through PythonService.exe on to the
ServiceFramework class? The only arg that I ever see come through the init
is a tuple containing only the _svc_name_. I need to install many services
for celery workers and having to create a separate class/file for each
environment an