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

TUNED_PIDFILE="/run/tuned.pid"
TUNED_LOGFILE="/var/log/tuned.log"

command="/usr/sbin/tuned"
command_args="-d --pid ${TUNED_PIDFILE} --log ${TUNED_LOGFILE}"
pidfile=${TUNED_PIDFILE}

description="tuned is a daemon for monitoring and adaptive tuning of system devices."

depend() {
	need dbus
}