mirror of
https://github.com/bitwarden/server.git
synced 2024-12-04 14:13:28 +01:00
16 lines
494 B
Plaintext
16 lines
494 B
Plaintext
|
[unix_http_server]
|
||
|
file=/run/supervisord.sock ; the path to the socket file
|
||
|
|
||
|
[supervisord]
|
||
|
logfile=/var/log/supervisord.log ; main log file; default $CWD/supervisord.log
|
||
|
nodaemon=true ; start in foreground if true; default false
|
||
|
|
||
|
[rpcinterface:supervisor]
|
||
|
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
||
|
|
||
|
[supervisorctl]
|
||
|
serverurl=unix:///run/supervisord.sock ; use a unix:// URL for a unix socket
|
||
|
|
||
|
[include]
|
||
|
files = /etc/supervisor.d/*.ini
|