Skip to content

Commit 13c6d6b

Browse files
kevindelaneyfabaff
authored andcommitted
Fix incorrect file name in autostart symlink and chmod (home-assistant#3727)
1 parent 8b11170 commit 13c6d6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_docs/autostart/synology.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ exec /bin/sh /volume1/homeassistant/hass-daemon start
3838
Register the autostart
3939

4040
```bash
41-
$ ln -s homeassistant-conf /etc/init/homeassistant-conf
41+
$ ln -s homeassistant.conf /etc/init/homeassistant.conf
4242
```
4343

4444
Make the relevant files executable:
4545

4646
```bash
47-
$ chmod -r 777 /etc/init/homeassistant-conf
47+
$ chmod -r 777 /etc/init/homeassistant.conf
4848
```
4949

5050
That's it - reboot your NAS and Home Assistant should automatically start

0 commit comments

Comments
 (0)