1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-30 21:21:31 +02:00
docker-mailserver/config/user-patches.sh.dist

8 lines
447 B
Plaintext
Raw Normal View History

2021-01-02 12:04:19 +01:00
#! /bin/bash
##
2020-10-04 18:00:18 +02:00
# 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.
2021-03-13 15:48:02 +01:00
# 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"