diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/usr/local/bin/s6-svscanboot | 2 | ||||
-rw-r--r-- | files/usr/local/bin/s6-svscanboot.buster | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/usr/local/bin/s6-svscanboot b/files/usr/local/bin/s6-svscanboot index f2b6e35..aca8577 100644 --- a/files/usr/local/bin/s6-svscanboot +++ b/files/usr/local/bin/s6-svscanboot @@ -21,7 +21,7 @@ redirfd -w 2 /dev/console redirfd -rnb 0 fifo s6-setuidgid s6-logs exec -c -s6-log t /run/uncaught-logs\n" +s6-log t T /run/uncaught-logs\n" cat } if { chmod 0755 ${1}/s6-svscan-log/run } diff --git a/files/usr/local/bin/s6-svscanboot.buster b/files/usr/local/bin/s6-svscanboot.buster index 28aa5a1..8b1cc7c 100644 --- a/files/usr/local/bin/s6-svscanboot.buster +++ b/files/usr/local/bin/s6-svscanboot.buster @@ -21,7 +21,7 @@ redirfd -w 2 /dev/console redirfd -rnb 0 fifo s6-setuidgid s6-logs exec -c -s6-log t /run/uncaught-logs\n" +s6-log t T /run/uncaught-logs\n" cat } if { chmod 0755 ${1}/s6-svscan-log/run } |