mpd-mpris: add module

This commit is contained in:
Olmo Kramer 2022-12-27 18:15:51 +01:00 committed by Robert Helgesson
parent 72ce74d3ea
commit 5e889b385c
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
12 changed files with 212 additions and 0 deletions

View file

@ -0,0 +1,12 @@
[Install]
WantedBy=default.target
[Service]
ExecStart=@mpd-mpris@/bin/mpd-mpris -no-instance
Restart=on-failure
RestartSec=5s
Type=simple
[Unit]
After=mpd.service
Description=mpd-mpris: An implementation of the MPRIS protocol for MPD