public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-metrics/mongodb_exporter/files/
@ 2018-07-27 23:14 Manuel Rüger
  0 siblings, 0 replies; only message in thread
From: Manuel Rüger @ 2018-07-27 23:14 UTC (permalink / raw
  To: gentoo-commits

commit:     1eb1cca40ac03b15c2590f5d3b866f6d62788750
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 27 23:12:02 2018 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Jul 27 23:13:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb1cca4

app-metrics/mongodb_exporter: Fix log location in initscript

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-metrics/mongodb_exporter/files/mongodb_exporter.initd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-metrics/mongodb_exporter/files/mongodb_exporter.initd b/app-metrics/mongodb_exporter/files/mongodb_exporter.initd
index 2a2c985c4f6..cc821983e56 100644
--- a/app-metrics/mongodb_exporter/files/mongodb_exporter.initd
+++ b/app-metrics/mongodb_exporter/files/mongodb_exporter.initd
@@ -11,8 +11,8 @@ command="/usr/bin/mongodb_exporter"
 command_args="${command_args:--mongodb.uri=http://localhost:27017}"
 command_background="true"
 start_stop_daemon_args="--user ${user} --group ${group} \
-	--stdout /var/log/elasticsearch_exporter/${RC_SVCNAME}.log \
-	--stderr /var/log/elasticsearch_exporter/${RC_SVCNAME}.log"
+	--stdout /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log \
+	--stderr /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log"
 
 depend() {
 	after net


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-07-27 23:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-27 23:14 [gentoo-commits] repo/gentoo:master commit in: app-metrics/mongodb_exporter/files/ Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox