Site updated at 2018-02-28 21:18:31 UTC
This commit is contained in:
parent
6a837d9bc1
commit
7cc5ae6ed2
27 changed files with 80 additions and 80 deletions
|
@ -265,14 +265,14 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p>+<p class='note'>
|
||||
<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>
|
||||
+</p></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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue