From 233617403666fe8f1b8d3eefdc54a0a237e3d46a Mon Sep 17 00:00:00 2001 From: Adam Hill Date: Tue, 1 Jan 2019 14:08:26 -0600 Subject: [PATCH] comment tweak Signed-off-by: Adam Hill --- s6/debian-root/etc/services.d/pihole-FTL/run | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/s6/debian-root/etc/services.d/pihole-FTL/run b/s6/debian-root/etc/services.d/pihole-FTL/run index dc0d2c7..cc72e5d 100644 --- a/s6/debian-root/etc/services.d/pihole-FTL/run +++ b/s6/debian-root/etc/services.d/pihole-FTL/run @@ -1,6 +1,5 @@ #!/usr/bin/with-contenv bash s6-echo "Starting pihole-FTL ($FTL_CMD)" - -# debug is the current default, but this hammers SD cards so disabling all output other than log files +# /var/log/pihole*.log has this data - this duplicates it in docker logs unless you send to dev null s6-setuidgid root pihole-FTL $FTL_CMD >/dev/null 2>&1