mopidy: fix run script

This commit is contained in:
allan 2014-12-13 13:52:10 +01:00
parent 0f27123b97
commit 591c94d4e0
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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>"