From a851da47937358ffd67ef3752be0214dfe636deb Mon Sep 17 00:00:00 2001 From: Casper Date: Sun, 4 Oct 2020 13:49:23 +0200 Subject: [PATCH] Comments updated https://github.com/tomav/docker-mailserver/issues/1608 --- config/user-patches.sh.dist | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/user-patches.sh.dist b/config/user-patches.sh.dist index 0e374662..99607985 100755 --- a/config/user-patches.sh.dist +++ b/config/user-patches.sh.dist @@ -1,6 +1,7 @@ #!/bin/bash ## -# This user script will be executed between configuration and starting daemons -# To enable it you must save it in your config directory as "user-patches.sh" +# 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. +# To enable the script, you must save it in your config directory as "user-patches.sh". ## echo "Default user-patches.sh successfully executed"