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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E357915813A for ; Fri, 17 Jan 2025 18:13:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2E36E08EF; Fri, 17 Jan 2025 18:13:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A213E08F1 for ; Fri, 17 Jan 2025 18:13:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E6CD34321E for ; Fri, 17 Jan 2025 18:13:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98A262503 for ; Fri, 17 Jan 2025 18:13:42 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1737137614.c9ba8b6b5ced84a7e32f9a4bc9c3932fc115ed57.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/mongodb_exporter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-metrics/mongodb_exporter/mongodb_exporter-0.43.1.ebuild X-VCS-Directories: app-metrics/mongodb_exporter/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c9ba8b6b5ced84a7e32f9a4bc9c3932fc115ed57 X-VCS-Branch: master Date: Fri, 17 Jan 2025 18:13:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9a746d15-948b-402c-af94-5310ed01e179 X-Archives-Hash: 61458d19df8c3382f4dfa35979c90298 commit: c9ba8b6b5ced84a7e32f9a4bc9c3932fc115ed57 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jan 17 18:01:29 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jan 17 18:13:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ba8b6b app-metrics/mongodb_exporter: install systemd unit file Signed-off-by: Arthur Zamarin gentoo.org> app-metrics/mongodb_exporter/mongodb_exporter-0.43.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-metrics/mongodb_exporter/mongodb_exporter-0.43.1.ebuild b/app-metrics/mongodb_exporter/mongodb_exporter-0.43.1.ebuild index 08ca1b99ba6c..99a59f0222cf 100644 --- a/app-metrics/mongodb_exporter/mongodb_exporter-0.43.1.ebuild +++ b/app-metrics/mongodb_exporter/mongodb_exporter-0.43.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit go-module +inherit go-module systemd # update these on every bump BRANCH='tags/v0.43.1^0' @@ -41,6 +41,7 @@ src_install() { newinitd "${FILESDIR}"/${PN}.initd ${PN} newconfd "${FILESDIR}"/${PN}.confd ${PN} + systemd_dounit .scripts/systemd/${PN}.service keepdir /var/log/mongodb_exporter fowners ${PN}:${PN} /var/log/mongodb_exporter