963f63
#!/bin/sh
963f63
if /usr/bin/systemd-detect-virt 2>/dev/null 1>&2; then
963f63
    SENSORS_FLAGS_VM='-n';
963f63
else
963f63
    SENSORS_FLAGS_VM='';
963f63
fi;
963f63
963f63
/usr/bin/sensors -s $SENSORS_FLAGS_VM