Skip to content

Commit

Permalink
fix: changing the flag passed to dnsmasq from --no-daemon to --keep-i…
Browse files Browse the repository at this point in the history
…n-foreground (#208)

Co-authored-by: matdevdug <[email protected]>
  • Loading branch information
maduggan and matdevdug authored Oct 8, 2021
1 parent 872781c commit b96131f
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 @@ -211,7 +211,7 @@ DNSMASQ
mkdir -p /etc/service/dnsmasq
cat <<RUNIT >/etc/service/dnsmasq/run
#!/bin/sh
exec /usr/sbin/dnsmasq --no-daemon
exec /usr/sbin/dnsmasq --keep-in-foreground
RUNIT
chmod +x /etc/service/dnsmasq/run

Expand Down

0 comments on commit b96131f

Please sign in to comment.