From 2a5b6de02913e4492b6e46629fe8f9e6122005bc Mon Sep 17 00:00:00 2001 From: diginc Date: Wed, 24 May 2017 08:06:43 -0500 Subject: [PATCH] see if this fixes alpine --- s6/alpine-root/etc/services.d/dnsmasq/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s6/alpine-root/etc/services.d/dnsmasq/run b/s6/alpine-root/etc/services.d/dnsmasq/run index 9822237..7a19a39 100644 --- a/s6/alpine-root/etc/services.d/dnsmasq/run +++ b/s6/alpine-root/etc/services.d/dnsmasq/run @@ -2,4 +2,4 @@ s6-echo "Starting dnsmasq" -s6-setuidgid dnsmasq dnsmasq -7 /etc/dnsmasq.d --no-daemon +s6-setuidgid root dnsmasq -7 /etc/dnsmasq.d --no-daemon