blind dev result of homeassistant

This commit is contained in:
Sophie Schiller 2022-12-22 17:36:26 +01:00
parent fcb546baf6
commit c407a4520a
3 changed files with 102 additions and 0 deletions

View file

@ -0,0 +1,13 @@
[Unit]
Description=Home Assistant
After=network-online.target
[Service]
Type=simple
User=homeassistant
WorkingDirectory=/var/opt/homeassistant
ExecStart=/opt/homeassistant/bin/hass -c "/var/opt/homeassistant"
RestartForceExitStatus=100
[Install]
WantedBy=multi-user.target