-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
volspotconnect2.service.tar
20 lines (17 loc) · 2 KB
/
volspotconnect2.service.tar
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
etc/systemd/system/volspotconnect2.service 000644 001750 001750 00000000510 13070226443 022500 0 ustar 00balbuze balbuze 000000 000000
[Unit]
Description=Volspotconnect2 Daemon
After=syslog.target
[Service]
Type=simple
ExecStart=/bin/bash /data/plugins/music_service/volspotconnect2/startconnect.sh
Restart=always
RestartSec=2
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=volumio
User=volumio
Group=volumio
[Install]
WantedBy=multi-user.target