mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-20 16:59:35 +01:00
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
s6-echo "Starting lighttpd-error-log"
|
|
|
|
s6-setuidgid www-data cat /var/log/lighttpd/error.log 2>&1
|