From b7200b07d00c27cff4de1e4422cbdab76f176bf7 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Tue, 29 Nov 2016 23:51:37 -0600 Subject: 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(-) (limited to 'sys-cluster') diff --git a/sys-cluster/nova/files/nova.initd b/sys-cluster/nova/files/nova.initd index 310a65bd890..a75a33c1fed 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" -- cgit v1.2.1