Merge pull request #723 from allan/master

mopidy: fix run script
This commit is contained in:
Enno Boland 2014-12-13 16:35:37 +01:00
commit d362b3b3c9
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@
test -f /var/lib/mopidy/library.json.gz \ test -f /var/lib/mopidy/library.json.gz \
|| chpst -umopidy mopidy --config /etc/mopidy.conf local scan || 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

View File

@ -1,7 +1,7 @@
# Template file for 'mopidy' # Template file for 'mopidy'
pkgname=mopidy pkgname=mopidy
version=0.19.4 version=0.19.4
revision=1 revision=2
build_style=python-module build_style=python-module
short_desc="An extensible music server in python" short_desc="An extensible music server in python"
maintainer="allan <mail@may.mooo.com>" maintainer="allan <mail@may.mooo.com>"