summarylogtreecommitdiffstats
path: root/hass.install
blob: 77d21dba9769091fae9106d795bffbb14c6bba6b (plain)
1
2
3
4
5
6
7
8
post-install() {
	cat - <<- 'EOF'
		This package installs a hass.service and a hass-update.service to manage the Home Assistant installation.
		You can ( and should ) configure the parameters for native modules compilation at /etc/hass.env.
		Any customization to the service, such as granting bluetooth capabilities, can be done using # systemctl edit hass.
		Auto update and installation of Home Assistant is handled before service launch/restart, it may take a while, especially the first time.
	EOF
}