You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-metrics/nftables-exporter/files/nftables-exporter.initd

16 lines
431 B

#!/sbin/openrc-run
# Copyright 2023 Gentoo authors
# Distributed under the terms of the GNU General Public License v2
description="Prometheus nftables metrics exporter"
command="/usr/bin/nftables-exporter"
command_background="true"
error_log="/var/log/nftables-exporter/nftables-exporter.log"
output_log="/var/log/nftables-exporter/nftables-exporter.log"
pidfile=${pidfile:-"/run/nftables_exporter.pid"}
depend() {
after net
}