Use absolute path in s6 units
This commit is contained in:
parent
770c6fbd8e
commit
bcb40b3ac1
@ -1,3 +1,3 @@
|
|||||||
#!/bin/execlineb -P
|
#!/bin/execlineb -P
|
||||||
|
|
||||||
nginx -g "daemon off;"
|
/usr/sbin/nginx -g "daemon off;"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/execlineb -P
|
#!/bin/execlineb -P
|
||||||
|
|
||||||
php-fpm7 -F
|
/usr/sbin/php-fpm7 -F
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/execlineb -P
|
#!/bin/execlineb -P
|
||||||
|
|
||||||
nginx -g "daemon off;"
|
/usr/sbin/nginx -g "daemon off;"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/execlineb -P
|
#!/bin/execlineb -P
|
||||||
|
|
||||||
php-fpm7 -F
|
/usr/sbin/php-fpm7 -F
|
||||||
|
Loading…
Reference in New Issue
Block a user