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