mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
13 lines
219 B
Desktop File
13 lines
219 B
Desktop File
[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
|