hass/templates/home-assistant.service.j2

11 lines
213 B
Plaintext
Raw Normal View History

2020-03-01 15:18:48 +00:00
[Unit]
Description=Home Assistant
After=network-online.target
[Service]
Type=simple
User={{hass_username}}
ExecStart={{hass_venv_location}}/bin/hass -c "{{hass_conf_folder}}"
[Install]
WantedBy=multi-user.target