HEX
Server: nginx/1.28.3
System: Linux lightweb-s1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User: dawonefr-98 (1071)
PHP: 8.3.30
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
-------------------------------------------------------------------------