commit: e744634aaff291e3ed175678f235a6cbe97459b5
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 04:54:41 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 04:55:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e744634a
sys-cluster/nova: updating nova init again
Package-Manager: Portage-2.3.8, Repoman-2.3.3
sys-cluster/nova/files/nova.initd-2 | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sys-cluster/nova/files/nova.initd-2
b/sys-cluster/nova/files/nova.initd-2
index 8f53ec2e952..cb82c947ddf 100644
--- a/sys-cluster/nova/files/nova.initd-2
+++ b/sys-cluster/nova/files/nova.initd-2
@@ -6,7 +6,7 @@ description="Starts ${SVCNAME} service for OpenStack"
command="/usr/bin/${SVCNAME}"
command_args="--config-file /etc/nova/nova.conf"
-pidfile=/run/nova/${SVCNAME}.pid
+pidfile=/run/${SVCNAME}.pid
command_background=true
required_files=/etc/nova/nova.conf
if [ "$SVCNAME" == nova-compute ]; then
@@ -21,6 +21,5 @@ depend() {
}
start_pre() {
- checkpath --directory --owner ${NOVA_USER:-nova}:${NOVA_GROUP:-nova}
--mode 0775 ${NOVA_RUN:-/run/nova}
checkpath --directory --owner ${NOVA_USER:-nova}:${NOVA_GROUP:-nova}
--mode 0775 ${NOVA_RUN:-/var/lock/nova}
}