We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bdd3e1 commit 0d12cb7Copy full SHA for 0d12cb7
src/etc/service/nginx/run
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
set -e
3
[ -f /env ] && . /env 2>/dev/null
4
-exec /usr/sbin/nginx -g 'daemon off;' >/dev/null
+exec /usr/sbin/nginx -g 'daemon off;'
src/etc/service/php-fpm/run
-exec php-fpm --nodaemonize >/dev/null
+exec php-fpm --nodaemonize
src/sbin/runit-wrapper
@@ -5,7 +5,7 @@ main() {
5
trap on_term TERM INT
6
trap on_usr1 USR1
7
trap on_hup HUP
8
- /sbin/runsvdir-start >/dev/null &
+ /sbin/runsvdir-start &
9
runsv_pid=$!
10
while kill -0 "$runsv_pid" 2>/dev/null; do
11
sleep 1
0 commit comments