sys-cluster/nova: make the pid file
authorMatthew Thode <prometheanfire@gentoo.org>
Wed, 30 Nov 2016 06:43:04 +0000 (00:43 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Wed, 30 Nov 2016 06:43:04 +0000 (00:43 -0600)
Package-Manager: portage-2.3.0

sys-cluster/nova/files/nova.initd

index 2edbed96fd55e22ebb793ac49426b7bca5b1daf3..7d679ed95fc9a7b2e422ce02a600b99415ad15bc 100644 (file)
@@ -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 $?
 }