sys-cluster/nova: make the pid file

Package-Manager: portage-2.3.0
This commit is contained in:
Matthew Thode
2016-11-30 00:43:04 -06:00
parent 9e99199229
commit 58884e60d3

View 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 $?
}