justas-d / mpd-rich-presence-discord

Broadcast your MPD state using discord rich presence!
MIT License
84 stars 17 forks source link

Add systemd service #2

Closed bepvte closed 6 years ago

bepvte commented 6 years ago

Adds a systemd service, to start this in the background on login. To use it you just copy it to ~/.config/systemd/user/ and run systemctl --user enable --now mpd-discord.service. Sometimes doesnt work if discord is started after it.

justas-d commented 6 years ago

Thank you! However it seems that only CMakeLists.txt was included in the PR and mpd-discord.service was left out.