Use absolute path in s6 units

This commit is contained in:
Disassembler 2018-01-15 10:31:33 +01:00
parent 770c6fbd8e
commit bcb40b3ac1
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
4 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
#!/bin/execlineb -P
nginx -g "daemon off;"
/usr/sbin/nginx -g "daemon off;"

View File

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

View File

@ -1,3 +1,3 @@
#!/bin/execlineb -P
nginx -g "daemon off;"
/usr/sbin/nginx -g "daemon off;"

View File

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