mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 16:06:42 +02:00
11 lines
173 B
Bash
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
|
|
}
|
|
|