#!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ description="Scalable datastore for metrics, events, and real-time analytics" depend() { need net after bootmisc } user="influxdb:influxdb" logfile="/var/log/influxdb/influxd.log" start_stop_daemon_args="--user $user --stdout $logfile --stderr $logfile" command="/usr/bin/influxd" command_args=" -config /etc/influxdb/influxdb.conf ${INFLUXD_OPTS} " command_background=yes pidfile=/run/influxdb.pid