2
0
mirror of https://github.com/tomav/docker-mailserver synced 2025-08-30 13:57:41 +00:00

merge pull request #1638 from casperklein/patch-3

updated comments
This commit is contained in:
Georg Lauterbach
2020-10-04 18:46:00 +02:00
committed by GitHub

View File

@@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
## ##
# This user script will be executed between configuration and starting daemons # 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.
# To enable it you must save it in your config directory as "user-patches.sh" # 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" echo "Default user-patches.sh successfully executed"