From: Matthew Thode Date: Mon, 18 Sep 2017 04:54:41 +0000 (-0500) Subject: sys-cluster/nova: updating nova init again X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e744634aaff291e3ed175678f235a6cbe97459b5;p=gentoo.git sys-cluster/nova: updating nova init again Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- diff --git a/sys-cluster/nova/files/nova.initd-2 b/sys-cluster/nova/files/nova.initd-2 index 8f53ec2e9527..cb82c947ddfe 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} }