mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 15:26:09 +00:00
10 lines
258 B
Bash
10 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
|