feat: add support for supervisorctl
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
430a3a552d
commit
53cfba3159
1 changed files with 6 additions and 0 deletions
|
@ -7,3 +7,9 @@ logfile_maxbytes=50MB ; maximum size of logfile before
|
|||
logfile_backups=10 ; number of backed up logfiles
|
||||
loglevel=error
|
||||
|
||||
[unix_http_server]
|
||||
file=/run/supervisord.sock
|
||||
|
||||
[supervisorctl]
|
||||
serverurl=unix:///run/supervisord.sock
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue