Fix incorrect file name in autostart symlink and chmod (#3727)
This commit is contained in:
parent
8b11170505
commit
13c6d6befd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue