aboutsummaryrefslogtreecommitdiff
path: root/utils/lm-sensors/files/lm-sensors.init
blob: 5ac7a72401d79c38f426576ff2a6bfb47f1a3db2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh /etc/rc.common
# Copyright (C) 2017 Philip Prindeville, Redfish Solutions LLC

START=28
STOP=

PROG=/usr/sbin/sensors

start() {
	[ -f /etc/sensors.conf -o -f /etc/sensors3.conf ] || return

	$PROG -s
}