docker-pi-hole/s6/alpine-root/etc/cont-init.d/20-start.sh

11 lines
224 B
Bash

#!/usr/bin/with-contenv bash
# Early DNS Startup for the gravity list process to use
dnsmasq -7 /etc/dnsmasq.d
/start.sh
gravity.sh
# Done with DNS, let s6 services start up properly configured dns now
killall -9 dnsmasq