home-assistant.github.io/source/_docs
CV 3453399df6 Changed wording and init scripts (#4455)
I  changed the init scripts to be more reliable.

hass executable supports the option --log-file. Using this is much safer and does not lead to problems with permission and overwriting old logfiles. Also I added creating the directory and ownership in the install function. To prevent log file groth I added a logrotate rule.

I moved the update-rc.d command you had in your manual into the install function since you already ad it in the uninstall function. This prevents more copy&paste errors.

I changed the PID file to be located in an extra directory. This way you do not have to to this hack with writing a fake PID file in the install function. Also, I read many users having problems that hass daemon is not starting (see eg. https://community.home-assistant.io/t/autostart-virtualenv-ubuntu-14-04/2120/37) without showing any errors. This is due to a missing PID file or its wrong permissions. By changing as stated and adding a test this problem should not arise any more.

I changes some wording in the manual to make it more understandable.
2018-01-18 23:45:19 +01:00
..
automation Clarification regarding the frequency... (#4280) 2017-12-26 21:10:55 +01:00
autostart Changed wording and init scripts (#4455) 2018-01-18 23:45:19 +01:00
backend Update database.markdown (#3703) 2017-10-22 00:59:44 +02:00
configuration Removed relative_time (#4423) 2018-01-16 21:18:12 +01:00
ecosystem Update hass-configurator.markdown (#4420) 2018-01-15 16:19:17 +01:00
frontend update 2018-01-13 22:55:57 +01:00
installation Added Python version notes (#4406) 2018-01-13 18:59:48 +01:00
mqtt Add Cover to MQTT Discovery (#3983) 2017-11-14 20:19:24 -08:00
scripts truth table for condition sun (#3961) 2017-11-19 21:20:30 +01:00
tools Fixed common spelling mistakes (#3544) 2017-10-08 00:39:32 +02:00
z-wave Typo fix (#4437) 2018-01-17 08:01:47 +01:00
asterisk_mbox.markdown Documentation for asterisk_mbox component (#2908) 2017-08-08 13:27:04 +02:00
automation.markdown Add information for "initial_state: True" change (#2584) 2017-05-07 10:16:22 +02:00
autostart.markdown Re-organisation Documentation and Getting started (#2055) 2017-02-23 11:09:41 +01:00
backend.markdown Fix sentence (fixes #3713) (#3734) 2017-10-23 12:02:50 +02:00
configuration.markdown Re-organisation Documentation and Getting started (#2055) 2017-02-23 11:09:41 +01:00
ecosystem.markdowm Re-organisation Documentation and Getting started (#2055) 2017-02-23 11:09:41 +01:00
frontend.markdown Re-organisation Documentation and Getting started (#2055) 2017-02-23 11:09:41 +01:00
glossary.markdown Add intro 2017-10-21 09:56:26 +02:00
installation.markdown Revamp getting started (#4194) 2017-12-16 13:37:08 +01:00
mqtt.markdown Re-organisation Documentation and Getting started (#2055) 2017-02-23 11:09:41 +01:00
scripts.markdown Script - wait_template 'trigger.entity_id' support (#3593) 2017-10-22 00:58:46 +02:00
tools.markdown Add "Tools and Helper" section (#2114) 2017-02-23 17:21:07 +01:00
z-wave.markdown Added note about hop limit (#4165) 2017-12-10 12:27:16 +01:00