This website requires JavaScript.
Explore
Help
Sign in
pygos
/
init
Watch
1
Star
0
Fork
You've already forked init
0
mirror of
https://github.com/pygos/init.git
synced
2024-11-05 12:17:10 +01:00
Code
Issues
Releases
Wiki
Activity
1ffc240b3f
init
/
services
/
nginx
7 lines
98 B
Text
Raw
Normal View
History
Unescape
Escape
Add nginx service Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-10-07 01:35:28 +02:00
description "start nginx web server"
type once
target boot
after network
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>
2018-10-20 00:45:40 +02:00
tty /dev/null
Add nginx service Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-10-07 01:35:28 +02:00
exec nginx
Reference in a new issue
Copy permalink