Initial commit. Version 2.17.0.
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
5
configs/s6/.s6-svscan/finish
Normal file
5
configs/s6/.s6-svscan/finish
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
for file in /etc/s6/*/finish; do
|
||||
$file
|
||||
done
|
3
configs/s6/nginx/finish
Normal file
3
configs/s6/nginx/finish
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
kill `cat /var/run/nginx/nginx.pid`
|
3
configs/s6/nginx/run
Normal file
3
configs/s6/nginx/run
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
/usr/sbin/nginx
|
3
configs/s6/php-fpm/finish
Normal file
3
configs/s6/php-fpm/finish
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
kill `cat /var/run/php-fpm8.pid`
|
3
configs/s6/php-fpm/run
Normal file
3
configs/s6/php-fpm/run
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
/usr/sbin/php-fpm8 -F
|
Reference in New Issue
Block a user