Skip to content

Commit

Permalink
Corrected permissions
Browse files Browse the repository at this point in the history
Permissions listed for hass-daemon were `777` (everybody can change it), corrected to `755`
  • Loading branch information
DubhAd authored and fabaff committed Oct 21, 2017
1 parent 5bfc74a commit 775fdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_docs/installation/synology.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Set the owner and permissions on your config folder
Make the daemon file executable:

```bash
# chmod 777 /volume1/homeassistant/hass-daemon
# chmod 755 /volume1/homeassistant/hass-daemon
```

Update your firewall (if it is turned on the Synology device):
Expand Down

0 comments on commit 775fdbd

Please sign in to comment.