From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6D2C1395E2 for ; Wed, 30 Nov 2016 05:52:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3619E0B87; Wed, 30 Nov 2016 05:51:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5EDBE0B98 for ; Wed, 30 Nov 2016 05:51:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41B06341647 for ; Wed, 30 Nov 2016 05:51:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEAA524A9 for ; Wed, 30 Nov 2016 05:51:54 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1480485097.b7200b07d00c27cff4de1e4422cbdab76f176bf7.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/nova/files/nova.initd X-VCS-Directories: sys-cluster/nova/files/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: b7200b07d00c27cff4de1e4422cbdab76f176bf7 X-VCS-Branch: master Date: Wed, 30 Nov 2016 05:51:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ae2ef8ba-1541-407a-89df-762347f78484 X-Archives-Hash: c50387f788ad40c77351a647cd67d7d8 commit: b7200b07d00c27cff4de1e4422cbdab76f176bf7 Author: Matthew Thode gentoo org> AuthorDate: Wed Nov 30 05:51:37 2016 +0000 Commit: Matt Thode gentoo 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"