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