Initial commit. Version 2.17.0.
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2022-07-29 10:52:25 +05:00
commit bd2ce1ea0b
14 changed files with 2302 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
for file in /etc/s6/*/finish; do
$file
done
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
kill `cat /var/run/nginx/nginx.pid`
+3
View File
@@ -0,0 +1,3 @@
#!/bin/execlineb -P
/usr/sbin/nginx
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
kill `cat /var/run/php-fpm8.pid`
+3
View File
@@ -0,0 +1,3 @@
#!/bin/execlineb -P
/usr/sbin/php-fpm8 -F