mirror of
https://github.com/pygos/init.git
synced 2024-11-22 11:19:45 +01: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:
parent
53bc182e09
commit
ef51a8e06f
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@ description "start nginx web server"
|
|||
type once
|
||||
target boot
|
||||
after network
|
||||
tty /dev/null
|
||||
exec nginx
|
||||
|
|
Loading…
Reference in a new issue