Skip to content

Commit

Permalink
Fix errors in synology.md (#2159)
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Garnier <[email protected]>
  • Loading branch information
lolodomo committed Nov 19, 2023
1 parent e892dc5 commit 1903f69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installation/synology.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,12 @@ You can increase this in the future if you like.
:::tip DSM 7.2 Access Zwave USB Stick

- Set `/dev/ttyACM0` permissions inside the openhab container - [OH Docs](docker.html#usb-sticks)

```bash
root@openhab:/openhab# chown openhab:openhab /dev/ttyACM0
root@openhab:/openhab# chmod o+rw /dev/ttyACM0
```

To preserve the changes on container reboot see [Executing shell scripts before openHAB is started](https://github.com/openhab/openhab-docker#executing-shell-scripts-before-openhab-is-started) article.
:::

Expand Down Expand Up @@ -148,7 +150,6 @@ Several issues are already raised for this at Synology.
:warning: This will result in Synology notification, like "Security risks detected on NAS02. Please go to Security Advisor for more information. Details."
:::


### Network

- Select 'host' if you are planning to use the IP stack in bindings or if you are not sure what this does.
Expand Down

0 comments on commit 1903f69

Please sign in to comment.