Parent: [a94509] (diff)

Download this file

upmpdcli.service    17 lines (14 with data), 435 Bytes

[Unit]
Description=UPnP Renderer front-end to MPD
After=network.target

[Service]
Type=simple
# Note: if start fails check with "systemctl status upmpdcli"
ExecStart=/usr/bin/upmpdcli -c /etc/upmpdcli.conf
# For some reason, the first start of libupnp fails. Probably this should
# be started later in the start sequence, but I don't know how. Retry a bit
# later. 
Restart=always
RestartSec=1min

[Install]
WantedBy=multi-user.target