mirror of
https://github.com/pygos/init-scripts.git
synced 2024-11-15 01:17:11 +01:00
7 lines
98 B
Text
7 lines
98 B
Text
|
description "start nginx web server"
|
||
|
type once
|
||
|
target boot
|
||
|
after network
|
||
|
tty /dev/null
|
||
|
exec nginx
|