commit:     4143b3e726dda508d022004f3b37600ae1448aa8
Author:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 14 09:50:42 2025 +0000
Commit:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Sun Dec 14 09:50:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4143b3e7

app-metrics/uwsgi_exporter: remove unused file

Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>

 app-metrics/uwsgi_exporter/files/uwsgi_exporter.initd | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/app-metrics/uwsgi_exporter/files/uwsgi_exporter.initd 
b/app-metrics/uwsgi_exporter/files/uwsgi_exporter.initd
deleted file mode 100644
index b456a0b10505..000000000000
--- a/app-metrics/uwsgi_exporter/files/uwsgi_exporter.initd
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 2016-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-description="uWSGI metrics exporter for prometheus.io"
-pidfile=${pidfile:-"/run/${RC_SVCNAME}.pid"}
-user=${user:-${RC_SVCNAME}}
-group=${group:-${RC_SVCNAME}}
-
-command="/usr/bin/uwsgi_exporter"
-command_args="${command_args:---web.listen-address=:9117 
--stats.uri=http://localhost:1717}";
-command_background="true"
-start_stop_daemon_args="--user ${user} --group ${group} \
-       --stdout /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log \
-       --stderr /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log"
-
-depend() {
-       after net
-}

Reply via email to