We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GoPlay2 is working great for me, but I can't for the life of me get it to start on boot up. Is there a setting for that or a service I can use?
The text was updated successfully, but these errors were encountered:
I have created a Systemd unit file for that. I am off from my computer until Sunday. I will send it Monday.
Sorry, something went wrong.
Here is the service unit file I am using on Rasbpian (RP1)
[Unit] Description = airplay2 music receiver After = network.target Requires=pulseaudio.socket [Service] WorkingDirectory=/home/pi/goplay2 ExecStart=+/home/pi/goplay2/goplay2 -n hifi User=pi Group=pi [Install] WantedBy = multi-user.target
copy the file in this directory :
/lib/systemd/user/goplay2.service
and then activate the service :
systemctl --user enable goplay2
No branches or pull requests
GoPlay2 is working great for me, but I can't for the life of me get it to start on boot up. Is there a setting for that or a service I can use?
The text was updated successfully, but these errors were encountered: