mirror of
https://github.com/pygos/init-scripts.git
synced 2024-11-14 00:47:10 +01:00
David Oberhollenzer
244f4bbe7a
This commit changes dhpcd master and nginx scripts to run the respective processes in background and let initd supervise them directly. Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
6 lines
121 B
Text
6 lines
121 B
Text
description "nginx web server"
|
|
type respawn limit 10
|
|
target boot
|
|
after network
|
|
tty /dev/null
|
|
exec nginx -g "daemon off;"
|