moonlight-stream / moonlight-embedded

Gamestream client for embedded systems
https://github.com/moonlight-stream/moonlight-embedded/wiki
GNU General Public License v3.0
1.5k stars 326 forks source link

Moonlight Embedded autostart #854

Open Albusaidi30 opened 2 years ago

Albusaidi30 commented 2 years ago

Hello guys.

i have RP3B+ ranning raspberry pi lite Bullseye version and moonlight embedded installed successfully and working fine .

but iam trying to get moonlight embedded to startup automatically when raspberry boot up with script "moonlight stream -1080 -app Steam 192.x.x.x " , but no solution.

is there a way to autostart the moonlight embedded ??

please help

squrious commented 2 years ago

Hi,

You can try to add a @reboot script in crontab. Run crontab -e and then add:

@reboot moonlight stream -1080 -app Steam 192.x.x.x

Then save and exit, and reboot to try it.