2022-12-27 18:15:51 +01:00
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|
|
|
|
|
|
|
|
[Service]
|
2024-09-08 09:55:05 +02:00
|
|
|
ExecStart=@mpd-mpris@/bin/mpd-mpris -host example.com -network tcp -no-instance -port 1234 -pwd my_password
|
2022-12-27 18:15:51 +01:00
|
|
|
Restart=on-failure
|
|
|
|
RestartSec=5s
|
|
|
|
Type=simple
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
After=mpd.service
|
|
|
|
Description=mpd-mpris: An implementation of the MPRIS protocol for MPD
|