Skip to content

Commit

Permalink
Ooops - Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Seji64 committed Jul 11, 2022
1 parent 58482cf commit 45ccace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sed -i "s/DNSDIST_WEBSERVER_NETWORKS_ACL/$DNSDIST_WEBSERVER_NETWORKS_ACL/" /etc/
chown -R dnsdist:dnsdist -R /etc/dnsdist

echo "Starting DNSDist..."
/usr/bin/dnsdist --supervised --disable-syslog --uid dnsdist --gid dnsdist &
/usr/bin/dnsdist -C /etc/dnsdist/dnsdist.conf --supervised --disable-syslog --uid dnsdist --gid dnsdist &
echo "Starting sniproxy"
/usr/sbin/sniproxy -c /etc/sniproxy.conf -f &

Expand Down

0 comments on commit 45ccace

Please sign in to comment.