Skip to content

Commit

Permalink
fix: updated location of dnsmasq.d location
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Feb 28, 2024
1 parent 633c748 commit a679758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/dnsmasq.service
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ExecStart=/usr/bin/podman run \
--name=dnsmasq \
--network=host \
--cap-add=NET_ADMIN,NET_RAW \
--volume=/var/lib/nethserver/%N/dnsmasq.d:/etc/dnsmasq.d:Z \
--volume=/var/lib/nethserver/%N/state/dnsmasq.d:/etc/dnsmasq.d:Z \
${DNSMASQ_SERVER_IMAGE}
ExecStop=/usr/bin/podman stop \
--ignore -t 10 \
Expand Down

0 comments on commit a679758

Please sign in to comment.