init-scripts/services/nginx

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;"