summaryrefslogtreecommitdiff
path: root/prog/init/lm_sensors.service
blob: 7d3bf808105e3da06c5068efd9a2b82e34e950e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Initialize hardware monitoring sensors

[Service]
EnvironmentFile=/etc/sysconfig/lm_sensors
Type=oneshot
RemainAfterExit=yes
ExecStart=-/sbin/modprobe -qab $BUS_MODULES $HWMON_MODULES
ExecStart=/usr/bin/sensors -s
ExecStop=-/sbin/modprobe -qabr $BUS_MODULES $HWMON_MODULES

[Install]
WantedBy=multi-user.target