extra config file
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2023-07-07 17:48:46 +02:00
parent e6977298f4
commit 5069b7fc29
3 changed files with 12 additions and 0 deletions

6
run.sh
View File

@@ -54,4 +54,10 @@ action(type="omfwd" protocol="tcp" target="${TARGET_HOST}" port="${TARGET_PORT}"
EOF
fi
# extra config
mkdir -p /extraconfig
cat >>/etc/rsyslog.conf <<EOF
$IncludeConfig /etc/rsyslog.d/*.conf
EOF
/usr/sbin/rsyslogd -nf /etc/rsyslog.conf