From 37770c561892b63437be08dc54d6a1868fdf65f5 Mon Sep 17 00:00:00 2001 From: Casper Date: Sat, 13 Mar 2021 15:48:02 +0100 Subject: [PATCH] comment updated --- config/user-patches.sh.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/user-patches.sh.dist b/config/user-patches.sh.dist index b4ba394a..ced776df 100755 --- a/config/user-patches.sh.dist +++ b/config/user-patches.sh.dist @@ -1,7 +1,7 @@ #! /bin/bash ## # This user patches script runs right before starting the daemons. That means, all the other configuration is in place, so the script can make final adjustments. -# If you modify any supervisord configuration, make sure to run "supervisorctl update" afterwards. +# If you modify any supervisord configuration, make sure to run "supervisorctl update" or "supervisorctl reload" afterwards. # To enable the script, you must save it in your config directory as "user-patches.sh". ## echo "Default user-patches.sh successfully executed"