From 6a91e70f8f85d8bbf45df9ec3003981fdfd8df49 Mon Sep 17 00:00:00 2001 From: theincogtion Date: Sat, 25 Jul 2015 00:12:56 +0200 Subject: [PATCH] Update autostart.rst --- users/autostart.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/users/autostart.rst b/users/autostart.rst index b70fe0f6e..e2fbed02f 100644 --- a/users/autostart.rst +++ b/users/autostart.rst @@ -229,6 +229,11 @@ log messages (``-e`` lets the pager jump to the very end):: journalctl -e -u syncthing@myuser.service journalctl -e --user-unit=syncthing.service + +Permissions +^^^^^^^^^ + +In case you want to override the permissions under which the files and folders are created (especially because Windows does not have a concept of group permissions), you enable the `Ignore Permissions` option in the folder settings, and add the line "UMask=0002" (or any other umask you like) in the [Service] section of the "syncthing@.service" file. Debugging ^^^^^^^^^