1
0
mirror of https://github.com/moparisthebest/arch-ppa synced 2024-08-13 15:43:47 -04:00
arch-ppa/src/libresonic/libresonic.service
2016-12-05 13:42:01 -05:00

13 lines
207 B
Desktop File

[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