Files
docker-pi-hole/s6/debian-root/etc/cont-init.d/20-start.sh
diginc b9095bc123 This commit is too big, but it works
* Tests are passing, hopefully consistently
* FTL pulling from official releases
  * thanks @DL6ER for the musl-libc build
* Thanks middleagedman for the IPv6 fixes
* Thanks everyone for patience while I get this release working!
2017-05-13 17:03:24 -05:00

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