From: Zac Medico Date: Mon, 7 Oct 2019 22:05:01 +0000 (-0700) Subject: sys-auth/docker_auth: sync confd command_args with init script X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=aabc390f019a496de056014f5d51d20b9a05ba53;p=gentoo.git 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 --- 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"