Add -D SUNSHINE_EXECUTABLE_PATH=/usr/bin/sunshine to fix path to executable in sunshine.service
Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R5262:41184222ebd9: Fix path to executable in sunshine.service
Enabled sunshine service successfully
Tested basic sunshine functionality works again
Diff Detail
Diff Detail
- Repository
- R5262 sunshine
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I'm really sorry I missed that previously, even though I used sunshine for quite a while I haven't used all its features. So recently I have been going through and checking all of them and it turns out I never checked if Systemd service works. Turns out it didn't, and it expected binary in /home/build/YPKG/root/sunshine/build/sunshine.git/build/sunshine.
So if you wanted to make Sunshine run on each boot, it would fail. No other functionality was affected. Sorry I discovered it so late, after the original diff was already accepted.