summaryrefslogtreecommitdiff
path: root/nonsystemd/thermald-openrc/thermald.initd
blob: ad95aeeb83fb799fe9018ec4bda09253a50b80c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/openrc-run
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

supervisor=supervise-daemon
command="/usr/bin/thermald"
command_args="--dbus-enable --no-daemon"

depend() {
	need dbus
	after logger
}