mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-22 17:59:24 +01:00
6 lines
114 B
Plaintext
6 lines
114 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
s6-echo "Starting dnsmasq"
|
|
|
|
s6-setuidgid root dnsmasq -7 /etc/dnsmasq.d --no-daemon
|