Rename config examples directory (#2438)

This commit is contained in:
Casper 2022-03-02 23:54:14 +01:00 committed by GitHub
parent 1eca829cc1
commit a8a8c859dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 3 additions and 3 deletions

View file

@ -0,0 +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" 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"