Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/files/
Date: Wed, 30 Nov 2016 06:43:51
Message-Id: 1480488184.58884e60d3ceffa8825821334a497b0bc6afd87a.prometheanfire@gentoo
1 commit: 58884e60d3ceffa8825821334a497b0bc6afd87a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 06:43:04 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 06:43:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58884e60
7
8 sys-cluster/nova: make the pid file
9
10 Package-Manager: portage-2.3.0
11
12 sys-cluster/nova/files/nova.initd | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/nova/files/nova.initd b/sys-cluster/nova/files/nova.initd
16 index 2edbed9..7d679ed 100644
17 --- a/sys-cluster/nova/files/nova.initd
18 +++ b/sys-cluster/nova/files/nova.initd
19 @@ -25,6 +25,6 @@ start_pre() {
20
21 start() {
22 ebegin "Starting ${SVCNAME}"
23 - start-stop-daemon -S -b -p ${pidfile} -q -u ${NOVA_USER:-nova} -x ${command}
24 + start-stop-daemon -S -b -m -p ${pidfile} -q -u ${NOVA_USER:-nova} -x ${command}
25 eend $?
26 }