mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
8a175a8913
Fixes tests that are affected by <https://github.com/NixOS/nixpkgs/pull/333744>.
12 lines
295 B
Desktop File
12 lines
295 B
Desktop File
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Service]
|
|
ExecStart=@mpd-mpris@/bin/mpd-mpris -host example.com -network tcp -no-instance -port 1234 -pwd my_password
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
Type=simple
|
|
|
|
[Unit]
|
|
After=mpd.service
|
|
Description=mpd-mpris: An implementation of the MPRIS protocol for MPD
|