Skip to content

Instantly share code, notes, and snippets.

@nickels
nickels / supervisor.md
Last active August 29, 2022 13:25
Supervisor sudoers setup
groupadd supervisor
usermod -a -G supervisor <myusername>

/etc/supervisor/supervisor.conf

[unix_http_server]
file=/var/run/supervisor.sock   ; (the path to the socket file)
chmod=0770                      ; socket file mode (default 0700)
chown=root:supervisor