Add stderr log for Steam Link
This commit is contained in:
parent
9936085aee
commit
e44d097683
1 changed files with 1 additions and 1 deletions
|
|
@ -14,4 +14,4 @@ renice -10 -p $(pidof PE_Single_CPU)
|
||||||
|
|
||||||
# Renice Moonlight itself to avoid preemption by background tasks
|
# Renice Moonlight itself to avoid preemption by background tasks
|
||||||
# Write output to a logfile in /tmp
|
# 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue