diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index d564e748b84..1be90578a10 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -204,7 +204,7 @@ p.note { } .install-instructions-container { - #normal-install, #raspberry-install, #docker-install, .install-instructions { + #normal-install, #raspberry-install, #docker-install, #synology-install, .install-instructions { display: none; } @@ -223,14 +223,16 @@ p.note { #normal-install:checked ~ .menu-selector.normal, #raspberry-install:checked ~ .menu-selector.raspberry, - #docker-install:checked ~ .menu-selector.docker + #docker-install:checked ~ .menu-selector.docker, + #synology-install:checked ~ .menu-selector.synology { border-bottom-color: $blue; } #normal-install:checked ~ .install-instructions.normal, #raspberry-install:checked ~ .install-instructions.raspberry, - #docker-install:checked ~ .install-instructions.docker + #docker-install:checked ~ .install-instructions.docker, + #synology-install:checked ~ .install-instructions.synology { display: block; } @@ -242,7 +244,7 @@ p.note { .advanced-installs-container { - #upstart-install, #systemd-install, #osx-install, .advanced-installs { + #upstart-install, #systemd-install, #osx-install, #synology-install, .advanced-installs { display: none; } @@ -261,14 +263,16 @@ p.note { #upstart-install:checked ~ .menu-selector.upstart, #systemd-install:checked ~ .menu-selector.systemd, - #osx-install:checked ~ .menu-selector.osx + #osx-install:checked ~ .menu-selector.osx, + #synology-install:checked ~ .menu-selector.synology { border-bottom-color: $blue; } #upstart-install:checked ~ .advanced-installs.upstart, #systemd-install:checked ~ .advanced-installs.systemd, - #osx-install:checked ~ .advanced-installs.osx + #osx-install:checked ~ .advanced-installs.osx, + #synology-install:checked ~ .advanced-installs.synology { display: block; } diff --git a/source/getting-started/autostart.markdown b/source/getting-started/autostart.markdown index ac0c49e1366..bbfd4cea6ec 100644 --- a/source/getting-started/autostart.markdown +++ b/source/getting-started/autostart.markdown @@ -137,10 +137,13 @@ Home Assistant has been uninstalled. To get Home Assistant to automatically start when you boot your Synology NAS: SSH onto your synology & login as admin or root + ```bash $ cd /volume1/homeassistant ``` + Create "homeassistant.conf" file using the following code + ```bash # only start this service after the httpd user process has started start on started httpd-user @@ -155,15 +158,20 @@ stop on runlevel [06] # the 'www' file is a node.js script which starts the foobar application. exec /bin/sh /volume1/homeassistant/hass-daemon start ``` + Register the autostart + ```bash $ ln -s homeassistant-conf /etc/init/homeassistant-conf ``` + Make the relevant files executable: + ```bash $ chmod -r 777 /etc/init/homeassistant-conf ``` -That's it - reboot your NAS and homeassistant should automatically start + +That's it - reboot your NAS and Home Assistant should automatically start diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index 5468b1d7785..a750a6e98ec 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -13,9 +13,11 @@ footer: true - - - + + + + +