blob: 5ac7a72401d79c38f426576ff2a6bfb47f1a3db2 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#!/bin/sh /etc/rc.common
2# Copyright (C) 2017 Philip Prindeville, Redfish Solutions LLC
3
4START=28
5STOP=
6
7PROG=/usr/sbin/sensors
8
9start() {
10 [ -f /etc/sensors.conf -o -f /etc/sensors3.conf ] || return
11
12 $PROG -s
13}
14