From aabc390f019a496de056014f5d51d20b9a05ba53 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 7 Oct 2019 15:05:01 -0700 Subject: [PATCH] sys-auth/docker_auth: sync confd command_args with init script Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico --- sys-auth/docker_auth/files/docker_auth.confd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/docker_auth/files/docker_auth.confd b/sys-auth/docker_auth/files/docker_auth.confd index 9185f376b0da..096572cd8455 100644 --- a/sys-auth/docker_auth/files/docker_auth.confd +++ b/sys-auth/docker_auth/files/docker_auth.confd @@ -1,2 +1,2 @@ # arguments for docker auth -command_args="/etc/docker_auth/config.yml" +command_args="--log_dir /var/log/${RC_SVCNAME} /etc/docker_auth/config.yml" -- 2.26.2