Site updated at 2018-02-28 21:18:31 UTC

This commit is contained in:
Travis CI 2018-02-28 21:18:31 +00:00
parent 6a837d9bc1
commit 7cc5ae6ed2
27 changed files with 80 additions and 80 deletions

View file

@ -265,14 +265,14 @@
</tr>
</tbody>
</table>
<p>+&lt;p class='note'&gt;
<p class="note">
+If you are running a database server instance on the same server as Home Assistant then you must ensure that this service starts before Home Assistant. For a Linux instance running Systemd (Raspberry Pi, Debian, Ubuntu and others) then you should edit the file /etc/systemd/system/home-assistant@homeassistant.service as root (e.g. sudo nano /etc/systemd/system/home-assistant@homeassistant.service) and add the service - for PostgreSQL:
+<code class="highlighter-rouge">
+[Unit]
+Description=Home Assistant
+After=network.target postgresql.service
+</code>
+&lt;/p&gt;</p>
<code class="highlighter-rouge">
[Unit]
Description=Home Assistant
After=network.target postgresql.service
</code>
</p>
<h2><a class="title-link" name="installation-notes" href="#installation-notes"></a> Installation notes</h2>
<p>Not all Python bindings for the chosen database engine can be installed directly. This section contains additional details which should help you to get it working.</p>
<h3><a class="title-link" name="mariadb-and-mysql" href="#mariadb-and-mysql"></a> MariaDB and MySQL</h3>