lm_sensors/SOURCES/lm_sensors-wrapper

9 lines
165 B
Plaintext
Raw Normal View History

2021-11-02 18:44:29 +00:00
#!/bin/sh
if /usr/bin/systemd-detect-virt 2>/dev/null 1>&2; then
SENSORS_FLAGS_VM='-n';
else
SENSORS_FLAGS_VM='';
fi;
/usr/bin/sensors -s $SENSORS_FLAGS_VM