Initial commit.

This commit is contained in:
2019-12-22 22:58:44 +05:00
commit 6c197985df
13 changed files with 2232 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
for file in /etc/s6/*/finish; do
$file
done

3
configs/s6/nginx/finish Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
kill `cat /var/run/nginx/nginx.pid`

3
configs/s6/nginx/run Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/execlineb -P
/usr/sbin/nginx

View File

@@ -0,0 +1,3 @@
#!/bin/sh
kill `cat /var/run/php-fpm7.pid`

3
configs/s6/php-fpm/run Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/execlineb -P
/usr/sbin/php-fpm7 -F