commit:     b7200b07d00c27cff4de1e4422cbdab76f176bf7
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 05:51:37 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 05:51:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7200b07

sys-cluster/nova: fixing nova.initd

Package-Manager: portage-2.3.0

 sys-cluster/nova/files/nova.initd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/nova/files/nova.initd 
b/sys-cluster/nova/files/nova.initd
index 310a65b..a75a33c 100644
--- a/sys-cluster/nova/files/nova.initd
+++ b/sys-cluster/nova/files/nova.initd
@@ -8,7 +8,7 @@ command=/usr/bin/${SVCNAME}
 command_background=yes
 pidfile=/var/run/nova/${SVCNAME}.pid
 required_files=/etc/nova/nova.conf
-start_stop_daemon_args="--quiet --user ${NOVA_USER:-nova} --config-file 
/etc/nova/nova.conf"
+start_stop_daemon_args="--quiet --user ${NOVA_USER:-nova} -- --config-file 
/etc/nova/nova.conf"
 if [ "$SVCNAME" == nova-compute ]; then
        required_files="${required_files} /etc/nova/nova-compute.conf"
        start_stop_daemon_args="${start_stop_daemon_args} --config-file 
/etc/nova/nova-compute.conf"

Reply via email to