mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-27 12:15:04 +01:00
6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
s6-echo "Starting pihole-FTL ($FTL_CMD)"
|
|
s6-setuidgid root pihole-FTL $FTL_CMD
|
|
|