Skip to content

Version 7 - 2022.2.3

Compare
Choose a tag to compare
@tprelog tprelog released this 03 Feb 17:07
· 18 commits to master since this release
8f45458

Workaround an issue where Home Assistant fails to restart using GUI

The rc script runs Home Assistant using the FreeBSD daemon. This workaround simply adds the -R restart_delay_seconds to the rc-flags for the daemon. The default delay is set for 1 second.

 -R  restart_delay_seconds
	     Supervise and restart the program after the specified delay if it
	     has been terminated.

The delay can be adjusted by setting the rcvar homeassistant_restart_delay

For example, the following would set a 3 second delay

sysrc homeassistant_restart_delay=3