mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-31 16:15:04 +02:00
7 lines
420 B
Bash
Executable file
7 lines
420 B
Bash
Executable file
#!/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.
|
|
# To enable the script, you must save it in your config directory as "user-patches.sh".
|
|
##
|
|
echo "Default user-patches.sh successfully executed"
|