Switch to unified view

a b/debian/upmpdcli.service
1
[Unit]
2
Description=UPnP Renderer front-end to MPD
3
After=syslog.target
4
5
[Service]
6
Type=simple
7
# Note: if start fails check with "systemctl status upmpdcli"
8
ExecStart=/usr/bin/upmpdcli -c /etc/upmpdcli.conf
9
# For some reason, the first start of libupnp fails. Probably this should
10
# be started later in the start sequence, but I don't know how. Retry a bit
11
# later. 
12
Restart=always
13
RestartSec=1min
14
15
[Install]
16
WantedBy=multi-user.target