1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-05-17 03:06:13 +02:00

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 <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-10-20 00:45:40 +02:00
parent 53bc182e09
commit ef51a8e06f

View file

@ -2,4 +2,5 @@ description "start nginx web server"
type once
target boot
after network
tty /dev/null
exec nginx