19 Commits

Author SHA1 Message Date
Thomas
2e984c4c93 Update systemd.markdown (#7897)
The quotation marks must be left off for the container name. Otherwise you will get the message
```/usr/bin/docker: Error response from daemon: Invalid container name ("home-assistant-pi"), only [a-zA-Z0-9][a-zA-Z0-9_.-] are allowed.```
After I removed the quotation marks from my systemd service file, everything worked fine.
2018-12-18 22:26:09 +01:00
qqgg231
8454ba5b34 [your user] to YOUR_USER (#7724)
please check, I am not sure if it is the same variable!
2018-12-04 09:54:24 +01:00
dimitripb
3227ff1884 The current text assumes your user is always "homeassistant" (#7642)
* The current text assumes your user is always "homeassistant"

If you follow the advanced guide to setup a virtual environment a user named "homeassistant" or whatever you want will be created. See:
https://www.home-assistant.io/docs/installation/raspberry-pi/
If you follow this guide the "homeassistant" user won't be created:
https://www.home-assistant.io/docs/installation/virtualenv
This page actually refers to the Autostart page on which is assumed that you created a user named "homeassistant". It's better to refer to the user which runs HA in general.

* All occurences of [your user] replaced by YOUR_USER

* Update systemd.markdown
2018-11-26 12:26:57 +01:00
DubhAd
bb68802e9b Making title linkable (#6198) 2018-09-05 07:50:50 +02:00
Paulus Schoutsen
41955dc31a
Remove url prefix pt 2 (#5014)
* Migrate the non blog posts to use no domain

* Update demo links

* Remove Zanzito references from owntracks docs
2018-03-24 22:14:34 -07:00
Alok Saboo
1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00
Jeremy
d40dd5e6bb Update systemd.markdown (#4185)
Correct spelling of Home Assistant on line 131.
2017-12-11 10:04:38 +01:00
caz0075
2da586c0b4
Update systemd.markdown
I found that After=network.target was not robust enough for Auto-discovery to work correctly and find devices on the network. I changed this to After=network-online.target to wait until the network was completely "up" before starting.
2017-11-21 09:53:26 +10:00
Devon Peet
39b30f6582 Added restart && journal, which I use all the time (#3795) 2017-10-27 07:34:29 +02:00
Devon Peet
081d0d4dd9 Clarity Edits (#3794) 2017-10-27 07:33:15 +02:00
NeLLyMerC
fa1149cde1 Update systemd.markdown (#3560)
- Cleaned up bullet points for clarity and readibility
- Added header for "Next Steps" after templates
- Removed redundant sentence
2017-10-08 23:43:58 +02:00
guygma
e2d68f265f Create systemd.markdown (#2790) 2017-06-09 17:42:16 +02:00
vrs01
5c35282fa3 Update systemd.markdown (#2776) 2017-06-06 07:39:00 +02:00
Fabian Affolter
dc641be860
Remove whitespace 2017-04-07 10:30:38 +02:00
Fabian Affolter
60b81147a2
Add sections 2017-04-07 10:30:38 +02:00
cgtobi
3512b476b4 Remove unnecessary environment variable setup from systemd service (#2223)
* Remove unnecessary environment variable setup 

The environment variables are not needed and are actually overriding the system PATH variable and were causing trouble in certain circumstances.

* Make the user for the service dynamic

* Cleans up leftover comment

* Refine text to reflect the changes in the service

* Revert change of the users home path
2017-03-18 22:08:17 +01:00
Brahma Fear
7de7d3eacb Updated docs based on user suggestions (#2196)
* Updated docs based on user suggestions

Thanks to @NeLLyMerC for the suggestions.  Removed the EOF syntax for creating a file.  Cleaned up the description of the systemctl commands.  Added 'sudo' to the journalctl commands as it will not show the logs if running as an unprived user.

* Update systemd.markdown
2017-03-07 19:40:22 +01:00
johnappletree
943c8863d3 added lines of code for ubuntu 16.04 installation (#2189) 2017-03-04 13:51:12 +01:00
Fabian Affolter
481320128f Re-organisation Documentation and Getting started (#2055)
* Split MQTT documentation

* Add more details

* Move content to /docs

* Enable sidebar

* Move content to /docs

* Enable sidebar

* Move content

* Update links

* Remove wizard stuff

* Enable sidebar

* Minor changes

* Move MQTT parts to /docs

* update links

* Update links and sync content

* Fix link

* Enable sidebar

* Remove navigation

* Remove navigation and other minor updates

* Update links

* Add overview page

* Make title linkable

* Update

* Plit content

* Update links

* Rearrange content

* New getting-started section

* Add icons for docs

* Update for new structure

* Update for new structure

* Add docs navigation

* Add docs overview page

* Remove ecosystem navigation

* Add docs and remove other collections

* Move ecosystem to docs

* Remove duplicate files

* Re-add ecosystem overview

* Move to ecosystem

* Fix permission

* Update navigation

* Remove collection

* Move overview to right folder

* Move mqtt to upper level

* Move notebook to ecosystem

* Remove un-used files

* Add one more rectangle for iOS

* Move two parts back from docs and rename Run step

* Remove colon

* update getting-started section

* Add redirect

* Update

* Update navigation
2017-02-23 11:09:41 +01:00