moonlight-qt/app/deploy/steamlink/moonlight.sh
2019-03-31 23:26:17 -07:00

9 lines
258 B
Bash

#!/bin/sh
# The default HOME is not persistent, so override
# it to a path on the onboard flash. Otherwise our
# pairing data will be lost each reboot.
HOME=/usr/local/moonlight
# Write output to a logfile in /tmp
exec ./bin/moonlight > /tmp/moonlight.log