From d64fc17f8b9f29935f7df029c03c3b3d0061754a Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Sun, 21 Nov 2021 07:39:17 -0500 Subject: [PATCH] docs(debian-setup): fix supervisord.conf path --- docs/debian-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/debian-setup.md b/docs/debian-setup.md index d7fac62a..9136353a 100644 --- a/docs/debian-setup.md +++ b/docs/debian-setup.md @@ -112,7 +112,7 @@ ## Install supervisord mv /tmp/supervisord_static /usr/local/bin/supervisord ``` -1. Set its configuration in `/etc/supervisord.conf` as: +1. Set its configuration in `/etc/supervisor/supervisord.conf` as: ```ini [supervisord]