Merge pull request #4028 from caz0075/patch-1

Update systemd.markdown with After=network-online.target for robust start up
This commit is contained in:
DubhAd 2017-11-25 20:33:05 +00:00 committed by GitHub
commit 02cef5ae20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ A service file is needed to control Home Assistant with `systemd`. The template
```
[Unit]
Description=Home Assistant
After=network.target
After=network-online.target
[Service]
Type=simple
@ -46,7 +46,7 @@ If you've setup Home Assistant in `virtualenv` following our [Python installatio
```
[Unit]
Description=Home Assistant
After=network.target
After=network-online.target
[Service]
Type=simple