mopidy: fix run script
This commit is contained in:
parent
0f27123b97
commit
591c94d4e0
|
@ -3,4 +3,4 @@
|
|||
test -f /var/lib/mopidy/library.json.gz \
|
||||
|| chpst -umopidy mopidy --config /etc/mopidy.conf local scan
|
||||
|
||||
exec chpst -umopidy mopidy --config /etc/mopidy.conf
|
||||
exec chpst -u mopidy:audio mopidy --config /etc/mopidy.conf 2>&1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mopidy'
|
||||
pkgname=mopidy
|
||||
version=0.19.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python-module
|
||||
short_desc="An extensible music server in python"
|
||||
maintainer="allan <mail@may.mooo.com>"
|
||||
|
|
Loading…
Reference in New Issue