This shows you the differences between two versions of the page.
| — | homeassistant [2020/06/17 17:09] (current) – created admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== HomeAssistant ====== | ||
| + | <code bash / | ||
| + | [Unit] | ||
| + | Description=Home Assistant | ||
| + | After=network-online.target | ||
| + | [Service] | ||
| + | Type=simple | ||
| + | User=homeassistant | ||
| + | WorkingDirectory=/ | ||
| + | ExecStart=/ | ||
| + | |||
| + | [Install] | ||
| + | WantedBy=multi-user.target | ||
| + | </ | ||