privatebin-docker-nginx-fpm.../etc/s6/services/nginx/run

10 lines
199 B
Text
Raw Normal View History

#!/bin/execlineb -P
forx -o 127 timer { 0 1 2 3 4 5 6 7 8 9 }
ifelse {
test -S /var/run/php-fpm.sock
} {
/usr/sbin/nginx
}
foreground { sleep 1 }
exit 127