mirror of https://github.com/tteck/Proxmox.git
Update homeassistant-core-install.sh
update `homeassistant.service`
This commit is contained in:
parent
7680982315
commit
c542221883
|
@ -91,6 +91,7 @@ After=network-online.target
|
||||||
Type=simple
|
Type=simple
|
||||||
WorkingDirectory=/root/.homeassistant
|
WorkingDirectory=/root/.homeassistant
|
||||||
ExecStart=/srv/homeassistant/bin/hass -c "/root/.homeassistant"
|
ExecStart=/srv/homeassistant/bin/hass -c "/root/.homeassistant"
|
||||||
|
Restart=always
|
||||||
RestartForceExitStatus=100
|
RestartForceExitStatus=100
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue