Skip to content

Commit 58c5eb8

Browse files
committed
Add missing service
1 parent a8bca0d commit 58c5eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_posts/2018-03-29-fedora-atomic.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ $ sudo mkdir -p /opt/home-assistant
6767
$ sudo mkdir -p /opt/mosquitto/{config,data,log}
6868
```
6969

70-
We need a copy of `mosquitto.conf`:
70+
We need a copy of `mosquitto.conf` to run Mosquitto later:
7171

7272
```bash
7373
$ sudo curl -o /opt/mosquitto/config/mosquitto.conf \
7474
https://raw.githubusercontent.com/eclipse/mosquitto/master/mosquitto.conf
7575
```
7676

77-
To handle the containers we created service unit files for the [Home Assistant](https://hub.docker.com/r/homeassistant/home-assistant/) and the [Mosquitto](https://hub.docker.com/_/eclipse-mosquitto/) container. For Home Assistant the file can looks like the sample below. Further details about the `ExecStart` line can be found in the documentation about a [Docker](/docs/installation/docker/) setup. For Home Assistant
77+
To handle the containers we created service unit files for the [Home Assistant](https://hub.docker.com/r/homeassistant/home-assistant/) and the [Mosquitto](https://hub.docker.com/_/eclipse-mosquitto/) container. For Home Assistant and Mosquitto the file can looks like the sample below. Further details about the `ExecStart` line can be found in the documentation about a [Docker](/docs/installation/docker/) setup. For Home Assistant
7878

7979
```bash
8080
$ su

0 commit comments

Comments
 (0)