commit: 58884e60d3ceffa8825821334a497b0bc6afd87a
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 06:43:04 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 06:43:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58884e60
sys-cluster/nova: make the pid file
Package-Manager: portage-2.3.0
sys-cluster/nova/files/nova.initd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/nova/files/nova.initd
b/sys-cluster/nova/files/nova.initd
index 2edbed9..7d679ed 100644
--- a/sys-cluster/nova/files/nova.initd
+++ b/sys-cluster/nova/files/nova.initd
@@ -25,6 +25,6 @@ start_pre() {
start() {
ebegin "Starting ${SVCNAME}"
- start-stop-daemon -S -b -p ${pidfile} -q -u ${NOVA_USER:-nova} -x
${command}
+ start-stop-daemon -S -b -m -p ${pidfile} -q -u ${NOVA_USER:-nova} -x
${command}
eend $?
}