summarylogtreecommitdiffstats
path: root/libresonic.service
blob: 363e0282f465f84bed0e7527077be2df937881ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Libresonic
After=network.target
 
[Service]
User=libresonic
ExecStart=/var/lib/libresonic/libresonic.sh
ExecStop=/bin/kill -15 $MAINPID
Type=forking
 
[Install]
WantedBy=multi-user.target