WLAN-Pi / wlanpi-hwtest

hwtest drives a suite of tests to determine diagnostic health for WLAN Pi Pro hardware.
Other
1 stars 0 forks source link

autostart False doesn't work #50

Closed joshschmelzle closed 2 years ago

joshschmelzle commented 2 years ago

It appears:

# Set autostart to `False` to disable automatically running hwtest via service
# Recommended autostart setting for manufactuering image is `True`. For production image, set to `False`.
autostart: False

autostart: False is not doing what I expect it to do.

After install is completed by aptitude, the systemd service for wlanpi-hwtest starts running.

I was able to observe the 5 second fan test and then checked the system status.

Need to investigate the autostart logic.

joshschmelzle commented 2 years ago

Turns out this was an idea I had but did not implement. Closing as it is not an issue, but an enhancement/plan item.