Supervisor / supervisor

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

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

Open xmduhan opened 4 months ago

xmduhan commented 4 months ago

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

$HOME/.config/supervisor/supervisord.conf
153957 commented 4 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..