My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/infra/libkookie/home-manager/tests/modules/services/mpdris2/basic-configuration.service

13 lines
219 B

[Install]
WantedBy=default.target
[Service]
BusName=org.mpris.MediaPlayer2.mpd
ExecStart=@mpdris2@/bin/mpDris2
Restart=on-failure
RestartSec=5s
Type=simple
[Unit]
After=mpd.service
Description=MPRIS 2 support for MPD