Skip to content

Commit

Permalink
Add stderr log for Steam Link
Browse files Browse the repository at this point in the history
  • Loading branch information
snipem authored and cgutman committed Oct 12, 2024
1 parent 9936085 commit e44d097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/deploy/steamlink/moonlight.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e44d097

Please sign in to comment.