summarylogtreecommitdiffstats
path: root/hass.install
blob: 5dfba4a3fc1d27ae59a421b8f50ff39049ac2ec8 (plain)
1
2
3
4
5
6
7
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.
		Auto update and installation of Home Assistant is handled before service launch/restart, it may take a while, especially the first time.
	EOF
}