aports/testing/tuned/tuned.initd
Aaron Fischer 5ca2fcbb35 testing/tuned: new aport
Signed-off-by: Aaron Fischer <aaron.fischer@g-portal.cloud>
2025-01-22 08:42:31 +00:00

11 lines
173 B
Bash

#!/sbin/openrc-run
description="Dynamic System Tuning Daemon"
supervisor=supervise-daemon
command=/usr/sbin/tuned
command_args_foreground="-l -P"
depend() {
need dbus
}