summaryrefslogtreecommitdiff
path: root/sys-apps/lm-sensors/files/lm_sensors.initd
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/lm-sensors/files/lm_sensors.initd')
-rw-r--r--sys-apps/lm-sensors/files/lm_sensors.initd21
1 files changed, 0 insertions, 21 deletions
diff --git a/sys-apps/lm-sensors/files/lm_sensors.initd b/sys-apps/lm-sensors/files/lm_sensors.initd
deleted file mode 100644
index 4efc6c964040..000000000000
--- a/sys-apps/lm-sensors/files/lm_sensors.initd
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-command="/usr/bin/sensors"
-
-depend() {
- need localmount
- after modules-load
-}
-
-start() {
- ebegin "Initializing sensors"
- ${command} --set >/dev/null 2>&1
- eend $?
-}
-
-stop() {
- # Nothing to stop
- return 0;
-}