From 53cfba3159e760864594639451affa6a1fd37f56 Mon Sep 17 00:00:00 2001 From: Glenn Date: Sat, 17 May 2025 15:39:44 +0200 Subject: [PATCH] feat: add support for supervisorctl --- supervisord.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/supervisord.conf b/supervisord.conf index 9849c5b..c6310ae 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -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 +