Hello,
Recently i installed HA v0.41.0, in virtualenv in my raspberry pi and checked that works using the virtualenv:
$ source /srv/homeassistant/homeassistant_0_41_0/bin/activate
(homeassistant_0_41_0)$ hass
After check that in this method worked, then i decided to follow the autostart using systemd:
https://home-assistant.io/docs/autostart/systemd/
But didn’t worked. Then i used the commend:
$ sudo systemctl status [email protected][your user]
To see log of th autostarting and there appear a message that told me that in the route /srv/homeassistant/homeassistant_0_41_0/bin/ no exists the file hass, once i go to this route, i see that this file not exists and i dunno why HA didn’t downloaded/generated once that i installed from the beginning, so without this file i can’t create the autostart option.
Someone knows why this file was not created/downloaded by HA when i install? i must do something to generate it?
thanks to everyone