docker-pi-hole/s6/debian-root/etc/services.d/lighttpd/finish

7 lines
143 B
Plaintext
Raw Normal View History

#!/usr/bin/with-contenv bash
s6-echo "Stopping lighttpd"
service lighttpd-access-log stop
service lighttpd-error-log stop
killall -9 lighttpd