From 9b54323393744acae83cea1088409f6dc90f1729 Mon Sep 17 00:00:00 2001 From: mrcan321 Date: Sun, 11 Nov 2018 03:21:35 +0300 Subject: [PATCH] i fixed wrong supervisor configuration i fixed wrong supervisor configuration. it should be a "*.ini" file. --- docs/installation/3-http-daemon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/3-http-daemon.md b/docs/installation/3-http-daemon.md index 6ca38783e..82a379af2 100644 --- a/docs/installation/3-http-daemon.md +++ b/docs/installation/3-http-daemon.md @@ -126,7 +126,7 @@ Install supervisor: # apt-get install -y supervisor ``` -Save the following as `/etc/supervisor/conf.d/netbox.conf`. Update the `command` and `directory` paths as needed. If using CentOS/RHEL, change the username from `www-data` to `nginx` or `apache`. +Save the following as `/etc/supervisord.d/netbox.ini`. Update the `command` and `directory` paths as needed. If using CentOS/RHEL, change the username from `www-data` to `nginx` or `apache`. ```no-highlight [program:netbox]