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