projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e99199
)
sys-cluster/nova: make the pid file
author
Matthew Thode
<prometheanfire@gentoo.org>
Wed, 30 Nov 2016 06:43:04 +0000
(
00:43
-0600)
committer
Matthew 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
patch
|
blob
|
history
diff --git
a/sys-cluster/nova/files/nova.initd
b/sys-cluster/nova/files/nova.initd
index 2edbed96fd55e22ebb793ac49426b7bca5b1daf3..7d679ed95fc9a7b2e422ce02a600b99415ad15bc 100644
(file)
--- 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 $?
}