From 2fbd01a1109c53bb0acd7b8e76e276293b0f76df Mon Sep 17 00:00:00 2001 From: gunstr <41468206+gunstr@users.noreply.github.com> Date: Wed, 21 May 2025 07:31:18 +0200 Subject: [PATCH] Updated path to supervisor config file (#9686) --- docs/docs/start/bare_prod.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/start/bare_prod.md b/docs/docs/start/bare_prod.md index e13cbb90ac..b6a87bea60 100644 --- a/docs/docs/start/bare_prod.md +++ b/docs/docs/start/bare_prod.md @@ -67,12 +67,12 @@ sudo apt-get install supervisor !!! warning "Configuration Override" If you already have supervisor installed on your system, you will not want to override your existing configuration file. - In this case, edit the existing configuration file at `/etc/supervisord.conf` to integrate the InvenTree processes + In this case, edit the existing configuration file at `/etc/supervisor/supervisord.conf` to integrate the InvenTree processes Copy the supervisor configuration file: ``` -sudo cp /home/inventree/src/contrib/deploy/supervisord.conf /etc/supervisord.conf +sudo cp /home/inventree/src/contrib/deploy/supervisord.conf /etc/supervisor/supervisord.conf ``` ### Start Supervisor Daemon