From ef51a8e06f63db0d5182d55a445a17be45733513 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 20 Oct 2018 00:45:40 +0200 Subject: Silence nginx service Make sure it *only* prints to its log files and doesn't spam all over the TTY if it cannot find the favicon that $BROWSER requested. Signed-off-by: David Oberhollenzer --- services/nginx | 1 + 1 file changed, 1 insertion(+) diff --git a/services/nginx b/services/nginx index cab373f..6a36af9 100644 --- a/services/nginx +++ b/services/nginx @@ -2,4 +2,5 @@ description "start nginx web server" type once target boot after network +tty /dev/null exec nginx -- cgit v1.2.3