mirror of
https://github.com/dimalo/klipper-web-control-docker.git
synced 2026-05-07 11:37:37 +02:00
fix supervisord setup
This commit is contained in:
@@ -16,7 +16,7 @@ supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
||||
serverurl=unix:///tmp/supervisor.sock
|
||||
|
||||
[eventlistener:dependentstartup]
|
||||
command=python -m supervisord_dependent_startup -c /etc/supervisord/conf.d/supervisord.conf
|
||||
command=python -m supervisord_dependent_startup -c /etc/supervisor/conf.d/supervisord.conf
|
||||
autostart=true
|
||||
autorestart=unexpected
|
||||
startretries=0
|
||||
@@ -28,4 +28,4 @@ stderr_logfile=/dev/fd/2
|
||||
stderr_logfile_maxbytes=0
|
||||
|
||||
[include]
|
||||
files = /etc/supervisord/*.ini
|
||||
files = /etc/supervisor/*.ini
|
||||
|
||||
Reference in New Issue
Block a user