79435377

Date: 2025-02-13 07:46:43
Score: 1.5
Natty:
Report link

supervisor.conf

I'm using rocky linux hence if you're using unix image you will need to modify [unix_http_server] section

[inet_http_server]
port=127.0.0.1:9001

[supervisord]

user=[provide your non root user]


Provide read write access to your user to following folders

chown -R : /var/log/supervisor/

chown -R : /run/

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Rishu Kansal