This commit is contained in:
parent
326e0775c7
commit
44a9d73a41
@ -2,14 +2,16 @@
|
||||
# {{ ansible_managed }}
|
||||
[Unit]
|
||||
Description=Home Assistant
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=homeassistant
|
||||
User={{ homeassistant_user }}
|
||||
Group={{ homeassistant_group }}
|
||||
ExecStart={{ homeassistant_base_dir }}/venv/bin/hass -c {{ homeassistant_conf_dir }}
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.targe
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user