Skip to content

Commit 081d0d4

Browse files
dpeetfabaff
authored andcommitted
Clarity Edits (home-assistant#3794)
1 parent 2237849 commit 081d0d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_docs/autostart/systemd.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ footer: true
1010
redirect_from: /getting-started/autostart-systemd/
1111
---
1212

13-
Newer linux distributions are trending towards using `systemd` for managing daemons. Typically, systems based on Fedora, ArchLinux, or Debian (8 or later) use `systemd`. This includes Ubuntu releases including and after 15.04, CentOS, and Red Hat. If you are unsure if your system is using `systemd`, you may check with the following command:
13+
Newer Linux distributions are trending towards using `systemd` for managing daemons. Typically, systems based on Fedora, ArchLinux, or Debian (8 or later) use `systemd`. This includes Ubuntu releases including and after 15.04, CentOS, and Red Hat. If you are unsure if your system is using `systemd`, you may check with the following command:
1414

1515
```bash
1616
$ ps -p 1 -o comm=
@@ -21,7 +21,7 @@ If the preceding command returns the string `systemd`, continue with the instruc
2121
A service file is needed to control Home Assistant with `systemd`. The template below should be created using a text editor. Note, root permissions via `sudo` will likely be needed. The following should be noted to modify the template:
2222

2323
- `ExecStart` contains the path to `hass` and this may vary. Check with `whereis hass` for the location.
24-
- 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.
24+
- 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.
2525
- 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.
2626
- If you're running Home Assistant in a Python virtual environment or a Docker container, please skip to the appropriate template listed below.
2727

0 commit comments

Comments
 (0)