Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mrueg:master commit in: media-sound/mopidy/files/
Date: Thu, 02 Jul 2015 15:28:42
Message-Id: 1435850901.8a900f349014e857d7f594187f4640ae4965c548.mrueg@gentoo
1 commit: 8a900f349014e857d7f594187f4640ae4965c548
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 15:28:21 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 15:28:21 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=8a900f34
7
8 [media-sound/mopidy] Fix init file.
9
10 Package-Manager: portage-2.2.20
11
12 media-sound/mopidy/files/mopidy.initd | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/media-sound/mopidy/files/mopidy.initd b/media-sound/mopidy/files/mopidy.initd
16 index bf6cc10..0c2f8ed 100644
17 --- a/media-sound/mopidy/files/mopidy.initd
18 +++ b/media-sound/mopidy/files/mopidy.initd
19 @@ -11,8 +11,7 @@ start() {
20 --user mopidy \
21 --pidfile ${PIDFILE} --make-pidfile \
22 --exec /usr/bin/mopidy \
23 - --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf\
24 - -- --foreground
25 + -- --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf
26 eend $?
27 }