summaryrefslogtreecommitdiff
blob: 2a3bd6947ed86ca645617c9b897b5ec1c862e224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/sbin/openrc-run
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

description="gkrell system monitor daemon"
pidfile="/var/run/gkrellmd.pid"
command="/usr/bin/gkrellmd"
command_args="${GKRELLMD_OPTS}"
command_background="true"

depend() {
	need net
	after lm_sensors
	after hddtemp
}