mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-28 20:54:06 +01:00
9 lines
125 B
Bash
Executable File
9 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
|
|
|
|
service lighttpd start
|
|
gravity.sh # dnsmasq start included
|
|
|
|
tail -f /var/log/lighttpd/*.log /var/log/pihole.log
|
|
|