Correction : vm_hosted : runit : dépendences de démarrage.
[lhc/ateliers.git] / etc / sv / nginx / run
1 #!/bin/sh -eux
2 exec 2>&1
3 sv=${PWD#/etc/sv/}
4 /usr/bin/sv -w 3 start \
5 lhc-remorque \
6 gitweb \
7 php5-fpm
8 exec /usr/sbin/nginx \
9 -c /etc/nginx/nginx.conf \
10 -g 'daemon off;'