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