blob: 5132a20c65397dee5f82c2c5b3864e14581a3598 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/sbin/openrc-run
# SPDX-License-Identifier: MIT
description="Support for NVIDIA Dynamic Boost (only for use with specific laptops)"
command="nvidia-powerd"
command_background=true
pidfile="/var/run/nvidia-powerd.pid"
depend() {
need dbus
}
|