dlan        14/08/29 04:08:59

  Added:                tuned.initd
  Log:
  initial version, bug 396131, thanks david, Patrick McMunn, Amir Aupov
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  Changes    Path
1.1                  sys-apps/tuned/files/tuned.initd

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tuned/files/tuned.initd?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tuned/files/tuned.initd?rev=1.1&content-type=text/plain

Index: tuned.initd
===================================================================
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuned/files/tuned.initd,v 1.1 
2014/08/29 04:08:59 dlan Exp $

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
}




Reply via email to