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:
commit
02cef5ae20
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue