Add stderr log for Steam Link

This commit is contained in:
Matthias Küch 2024-10-09 22:39:55 +02:00 committed by Cameron Gutman
parent 9936085aee
commit e44d097683

View File

@ -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