Skip to content

Commit

Permalink
fix: missed rename of image
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Feb 26, 2024
1 parent 0ee9124 commit 0010e71
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 @@ -21,7 +21,7 @@ ExecStart=/usr/bin/podman run \
--network=host \
--cap-add=NET_ADMIN,NET_RAW \
--volume=/var/lib/nethserver/%N/dnsmasq.d:/etc/dnsmasq.d:Z \
${DNSMASQ_IMAGE}
${DNSMASQ_SERVER_IMAGE}
ExecStop=/usr/bin/podman stop \
--ignore -t 10 \
--cidfile=%t/%n.ctr-id
Expand Down

0 comments on commit 0010e71

Please sign in to comment.