Modification : vm_hosted : insserv -> runit .
[lhc/ateliers.git] / etc / sv / nginx / run
1 #!/bin/sh -eux
2 exec 2>&1
3 sv=${PWD#/etc/sv/}
4 exec /usr/sbin/nginx \
5 -c /etc/nginx/nginx.conf \
6 -g 'daemon off;'