From e44d097683ceebf4e290cf603da48f2710367336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=BCch?= Date: Wed, 9 Oct 2024 22:39:55 +0200 Subject: [PATCH] Add stderr log for Steam Link --- app/deploy/steamlink/moonlight.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/deploy/steamlink/moonlight.sh b/app/deploy/steamlink/moonlight.sh index 61636789..91fa4dfe 100644 --- a/app/deploy/steamlink/moonlight.sh +++ b/app/deploy/steamlink/moonlight.sh @@ -14,4 +14,4 @@ renice -10 -p $(pidof PE_Single_CPU) # Renice Moonlight itself to avoid preemption by background tasks # Write output to a logfile in /tmp -exec nice -n -10 ./bin/moonlight > /tmp/moonlight.log +exec nice -n -10 ./bin/moonlight > /tmp/moonlight.log 2>&1