Skip to content
Snippets Groups Projects
Unverified Commit 4ccb5ccb authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-wan-dnsmasq: run as dnsmasq user/group

parent f9c341a3
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,8 @@ start_service() {
procd_open_instance
procd_set_param command /usr/sbin/dnsmasq \
--user=root \
--user=dnsmasq \
--group=dnsmasq \
--interface=lo \
--port=54 \
--no-hosts \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment