1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-26 09:09:07 +02:00
docker-pi-hole/s6/debian-root/etc/services.d/pihole-FTL/run

7 lines
229 B
Plaintext
Raw Normal View History

#!/usr/bin/with-contenv bash
2018-03-02 05:16:38 +01:00
s6-echo "Starting pihole-FTL ($FTL_CMD)"
2019-01-01 20:51:33 +01:00
# debug is the current default, but this hammers SD cards so disabling all output other than log files
s6-setuidgid root pihole-FTL $FTL_CMD >/dev/null 2>&1