Hi,
I have a question around the [program:x] section settings.
The command line should allow to start the program you want to be supervised
by the supervisor.
I want to put in that line an argument that is composed out of the return
string from a sed and awk operation. To be a bit more clear:
program=/usr/local/bin/programX `programY | sed $2 | awk '{print $1}'`
So the argument is the result of the sed/awk operation on the output of
programY. The reason for doing so is that the output might change so during
a restart operation this always needs to be checked.
I have tried a number of things like play with the quotes but that does not
seem to help.
Can anyone tell me if this is supported or what I'm doing wrong here?
Thank in advance
Best regards
Filip
_______________________________________________
Supervisor-users mailing list
[email protected]
http://lists.supervisord.org/mailman/listinfo/supervisor-users