Hi,

this is really a weird problem, having the following setup:

[program:cat]
command=/bin/cat
process_name=cat-%(process_num)s
numprocs=1
autostart=false


I'm not able to start the 'cat' program with

        supervisorctl start cat

(of course supervisord is running, and the config file is found).
It prints
        cat: ERROR (no such process)

If 'process_name' is omitted, it works fine. Also it works if autostart is set to true, even with numprocs greater one (which is why I need process_name to be defined in the end).

Any help would be appreciated.

Thanks,

Ralph
_______________________________________________
Supervisor-users mailing list
[email protected]
http://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to