add tuned-2.14.0 and openvswitch-2.14.0

This commit is contained in:
ikerbs
2020-12-11 01:30:35 +03:00
parent 439fda5245
commit c4c2dc2483
18 changed files with 458 additions and 13 deletions

View File

@ -0,0 +1,16 @@
#!/sbin/openrc-run
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
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
}