HEX
Server: nginx/1.28.0
System: Linux server-one 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
User: root (0)
PHP: 8.3.23
Disabled: NONE
Upload Files
File: //usr/share/doc/supervisor/README.Debian
supervisor for Debian
---------------------

The Debian package for supervisor installs a standardised config file
in /etc/supervisor/supervisord.conf. If the only thing you want to do
is add configuration for programs and groups, you should create
config files in /etc/supervisor/conf.d/*.conf, these will be read by
the default config.

There is an init.d script that will start a single instance of
supervisord as root. If you intend to use supervisor only as another
user, you may want to disable the init.d startup.

 -- Anders Hammarquist <iko@openend.se>  Wed, 16 Jul 2008 10:36:09 +0200

Place custom configuration files for supervisor in /etc/supervisor/conf.d/
They will be read after the main configuration file in
/etc/supervisor/supervisord.conf
-------------------------------------------------------------------------