blob: ee5eaeb5e19c291e3de92c8f311c8d6694d0506a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/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
}
|