Fix incorrect file name in autostart symlink and chmod (#3727)

This commit is contained in:
Kevin Delaney 2017-10-23 03:57:49 -04:00 committed by Fabian Affolter
parent 8b11170505
commit 13c6d6befd

View File

@ -38,13 +38,13 @@ exec /bin/sh /volume1/homeassistant/hass-daemon start
Register the autostart Register the autostart
```bash ```bash
$ ln -s homeassistant-conf /etc/init/homeassistant-conf $ ln -s homeassistant.conf /etc/init/homeassistant.conf
``` ```
Make the relevant files executable: Make the relevant files executable:
```bash ```bash
$ chmod -r 777 /etc/init/homeassistant-conf $ chmod -r 777 /etc/init/homeassistant.conf
``` ```
That's it - reboot your NAS and Home Assistant should automatically start That's it - reboot your NAS and Home Assistant should automatically start