first running hass stuff

This commit is contained in:
Sophie Schiller 2022-12-22 18:59:27 +01:00
parent 107fd6872b
commit edeffee5c2
3 changed files with 28 additions and 16 deletions

View file

@ -6,7 +6,7 @@ After=network-online.target
Type=simple
User=homeassistant
WorkingDirectory=/var/opt/homeassistant
ExecStart=/opt/homeassistant/bin/hass -c "/var/opt/homeassistant"
ExecStart=/opt/homeassistant/venv/bin/hass -c "/var/opt/homeassistant"
RestartForceExitStatus=100
[Install]