1
0
Fork 0
mirror of https://github.com/pygos/init-scripts.git synced 2024-05-06 22:26:13 +02:00
init-scripts/services/nginx
David Oberhollenzer 244f4bbe7a Run various services in foreground
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>
2019-03-20 20:52:55 +01:00

7 lines
121 B
Plaintext

description "nginx web server"
type respawn limit 10
target boot
after network
tty /dev/null
exec nginx -g "daemon off;"