You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
214 B

  1. #!/bin/sh /etc/rc.common
  2. # Copyright (C) 2017 Philip Prindeville, Redfish Solutions LLC
  3. START=28
  4. STOP=
  5. PROG=/usr/sbin/sensors
  6. start() {
  7. [ -f /etc/sensors.conf -o -f /etc/sensors3.conf ] || return
  8. $PROG -s
  9. }