Skip to content

Commit e2d68f2

Browse files
guyestfabaff
authored andcommitted
Create systemd.markdown (home-assistant#2790)
1 parent b0b5618 commit e2d68f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_docs/autostart/systemd.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you want Home Assistant to be launched automatically, an extra step is needed
2222

2323
- `ExecStart` contains the path to `hass` and this may vary. Check with `whereis hass` for the location.
2424
- If running Home Assistant in a Python virtual environment or a Docker container, please skip to section below.
25-
- For most systems, the file is `/etc/systemd/system/home-assistant@[your user].service` with [your user] replaced by the user account that Home Assistant will run as - normally `homeassistant`. For Ubuntu 16.04, the file is `/lib/systemd/system/home-assistant.service` and requires running this command `sudo ln -s /lib/systemd/system/home-assistant.service /etc/systemd/system/home-assistant.service` after file is created.
25+
- For most systems, the file is `/etc/systemd/system/home-assistant@[your user].service` with [your user] replaced by the user account that Home Assistant will run as - normally `homeassistant`. In particular, this is the case for Ubuntu 16.04.
2626
- If unfamiliar with command-line text editors, `sudo nano -w [filename]` can be used with `[filename]` replaced with the full path to the file. Ex. `sudo nano -w /etc/systemd/system/home-assistant@[your user].service`. After text entered, press CTRL-X then press Y to save and exit.
2727

2828
```

0 commit comments

Comments
 (0)