mirror of
https://github.com/pygos/init.git
synced 2024-11-05 04:07:10 +01:00
ef51a8e06f
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>
6 lines
98 B
Text
6 lines
98 B
Text
description "start nginx web server"
|
|
type once
|
|
target boot
|
|
after network
|
|
tty /dev/null
|
|
exec nginx
|