mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-cluster/nova: make the pid file
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -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 $?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user