Site updated at 2017-11-25 22:46:28 UTC

This commit is contained in:
Travis CI 2017-11-25 22:46:28 +00:00
parent fb695308a0
commit 2253ea0a96
30 changed files with 97 additions and 69 deletions

View file

@ -89,7 +89,7 @@
</ul>
<div class="highlighter-rouge"><pre class="highlight"><code>[Unit]
Description=Home Assistant
After=network.target
After=network-online.target
[Service]
Type=simple
@ -104,7 +104,7 @@ WantedBy=multi-user.target
<p>If youve setup Home Assistant in <code class="highlighter-rouge">virtualenv</code> following our <a href="https://home-assistant.io/getting-started/installation-virtualenv/">Python installation guide</a> or <a href="https://home-assistant.io/getting-started/installation-raspberry-pi/">manual installation guide for Raspberry Pi</a>, the following template should work for you. If Home Assistant install is not located at <code class="highlighter-rouge">/srv/homeassistant</code>, please modify the <code class="highlighter-rouge">ExecStart=</code> line appropriately.</p>
<div class="highlighter-rouge"><pre class="highlight"><code>[Unit]
Description=Home Assistant
After=network.target
After=network-online.target
[Service]
Type=simple