mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-22 17:59:24 +01:00
5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
s6-echo "Stopping pihole-FTL"
|
|
kill -9 $(pgrep pihole-FTL)
|