Supervisor / supervisor

Supervisor process control system for Unix (supervisord)
http://supervisord.org
Other
8.53k stars 1.25k forks source link

Is it possible to add a new choice for placing the config file? #1625

Open xmduhan opened 9 months ago

xmduhan commented 9 months ago

Because of using by not root user, need a certain place for config.

$HOME/.config/supervisor/supervisord.conf
153957 commented 8 months ago

You can place it anywhere and use the -c/--configuration FILENAME -- configuration file path (searches if not given) option when calling supervisor.

That is, if you have control over how it is called..