Services: home-assistant@homeassistant: failed

Hi, i’m trying to make a clean setup of latest hassbian image on rpi3+ from https://github.com/home-assistant/pi-gen/releases/tag/v.1.5.0

When booting I get the message: services: home-assistant@homeassistant: failed

There is no folder /home/homeassistant/.homeassistant/

Content of [email protected]
##################################
[Unit]
Description=Home Assistant for %i
After=network.target

[Service]
Type=simple
User=%i
ExecStart=/srv/homeassistant/bin/hass
SendSIGKILL=no

[Install]
WantedBy=multi-user.target

##################################

sudo hassbian-config upgrade homeassistant
Upgrade failed…

Have tried to stop / start service with no luck.

I have done this with previos version of hassbian and older rpi without any problems what I remember.

Try to run this:

sudo chown homeassistant:homeassistant -R /srv/homeassistant && sudo hassbian-config install homeassistant --force
1 Like

Thank you very much for quick reply and help, it put the service to active and homeassitant folder is created:)