Open c0b opened 7 years ago
could you also have:
http://supervisord.org/configuration.html support all these configuration file locations:
this gosuv may not necessarily support all but I like at least support /etc/gosuv
http://supervisord.org/configuration.html#environment-variables Environment Variables
is another wanted feature, the gosuv doesn't have to support exactly same syntax, but need somewhat similar way to reference from environment variable
[program:example]
command=/usr/bin/example --loglevel=%(ENV_LOGLEVEL)s
Why I did not put config file into /etc/supervisord.conf
is because I want to change the settings from the web. But /etc folder is the readonly storage.
Environment should supported now.
- name: Test
command: echo Hello ${WORLD}
environ:
- WORLD="New World"
directory: /
I think the most difference between python-supervisor is gosuv got a nice web which I used nearly everyday.
for replacement of Supervisor/supervisor#122 it's better to have all supervisor features, or at least most useful features, especially need: