mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-12 03:55:00 -05:00
13 lines
207 B
SYSTEMD
13 lines
207 B
SYSTEMD
|
[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
|