mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-20 16:59:35 +01:00
7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
s6-echo "Stopping lighttpd"
|
|
service lighttpd-access-log stop
|
|
service lighttpd-error-log stop
|
|
killall -9 lighttpd
|