mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-10 07:47:09 +02:00
12 lines
193 B
Plaintext
12 lines
193 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
command=/usr/sbin/thermald
|
|
command_background="yes"
|
|
pidfile="/run/$RC_SVCNAME.pid"
|
|
command_args="--no-daemon --dbus-enable"
|
|
|
|
depend() {
|
|
use clock logger
|
|
need localmount
|
|
}
|