summaryrefslogtreecommitdiff
path: root/app-metrics/memcached_exporter/files/memcached_exporter.initd
blob: fa21bea18d19d57c6a17c03689bb8a2350cbbd35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run
# Copyright 2016-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

description="Prometheus memcached exporter"
pidfile="/var/run/${RC_SVCNAME}.pid"
command="/usr/bin/memcached_exporter"
command_user=${user:-${RC_SVCNAME}}
group=${group:-${RC_SVCNAME}}
command_background="true"
errror_log="/var/log/${RC_SVCNAME}/${RC_SVCNAME}.log"
output_log="/var/log/${RC_SVCNAME}/${RC_SVCNAME}.log"
start_stop_daemon_args="--group ${group}"