mpd-mpris: add module
This commit is contained in:
parent
72ce74d3ea
commit
5e889b385c
12 changed files with 212 additions and 0 deletions
12
tests/modules/services/mpd-mpris/configuration-basic.service
Normal file
12
tests/modules/services/mpd-mpris/configuration-basic.service
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue