first work on automatic configuration

This commit is contained in:
bunkerity
2020-12-04 16:55:09 +01:00
parent c311d0c825
commit 2bfc4b41fa
7 changed files with 123 additions and 10 deletions

View File

@@ -90,6 +90,11 @@ if [ "$1" == "test" ] ; then
exit 1
fi
# start the autoconf manager
if [ -f "/var/run/docker.sock" ] ; then
/opt/autoconf/autoconf.py &
fi
# display logs
LOGS="/var/log/access.log /var/log/error.log"
if [ "$USE_FAIL2BAN" = "yes" ] ; then