mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 08:12:17 +01:00
14 lines
298 B
Plaintext
14 lines
298 B
Plaintext
[supervisord]
|
|
nodaemon = true
|
|
user = %(ENV_USER)s
|
|
logfile = /var/log/supervisor/supervisord.log
|
|
pidfile = /var/run/supervisord.pid
|
|
|
|
[supervisorctl]
|
|
|
|
[inet_http_server]
|
|
port = 127.0.0.1:9001
|
|
|
|
[rpcinterface:supervisor]
|
|
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|