Add libresonic

This commit is contained in:
moparisthebest
2016-12-05 13:42:01 -05:00
parent 624fe6eef6
commit 730e8992e6
5 changed files with 268 additions and 0 deletions

View File

@@ -0,0 +1,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