mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-22 17:59:24 +01:00
5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
s6-echo "Stopping lighttpd"
|
|
killall -9 lighttpd
|