#!/bin/sh
exec 2>&1
sv check dbus >/dev/null || exit 1
[ -r conf ] && . ./conf
exec thermald ${OPTS:=--no-daemon --dbus-enable}
