blind dev result of homeassistant
This commit is contained in:
parent
fcb546baf6
commit
c407a4520a
3 changed files with 102 additions and 0 deletions
13
bundles/homeassistant/files/homeassistant.service
Normal file
13
bundles/homeassistant/files/homeassistant.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue