From 41dc90aa5c31559a7d28ffac67c38b08a2bb714a Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Thu, 14 May 2020 15:37:55 +0200 Subject: [PATCH] Additional supervisor hint. --- docs/installation-production.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/installation-production.md b/docs/installation-production.md index e93c4ddd..e9f62cd0 100644 --- a/docs/installation-production.md +++ b/docs/installation-production.md @@ -223,7 +223,13 @@ supervisord This picks up the supervisor configuration provided in the local `supervisord.conf` and the service configurations located in `configuration/supervisor/*.conf`. -Note that the supervisor daemon starts all (both) services at once. If want more fine-grained control for +Experience has shown it might be helpful to reload the supervisor configuration using `sudo`: + +```shell +sudo supervisorctl reload +``` + +Note that the supervisor daemon starts all (both) services at once. If you want more fine-grained control for starting services individually, please check-out the next section. **Listing available Services** @@ -302,7 +308,7 @@ All Engine logs for production can be found under: ``` This includes individual logs from Engine Core, Liquidsoap and the API. -But also `stout` outputs from supervisor services are written there. +But also `stdout` outputs from supervisor services are written there. Additionally you'll finde Supervisor specific logs under: -- GitLab