Hi all.
After .105, now on .105.4 in venv (rip3, buster) systemctl does not end the hass process. UI disconnects, but process needs to be killed. Nothing in the logs. My service file looks as follows:
[Unit]
Description=Home Assistant
After=network-online.target
After=deconz.service
[Service]
Type=simple
User=%i
ExecStart=/srv/homeassistant/bin/hass -c "/home/homeassistant/.homeassistant"
[Install]
WantedBy=multi-user.target
Any ideas what’s going on?