Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions examples/systemd/rest-server.service
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ RestartSec=5
# The following line must be customised to your individual requirements.
ReadWritePaths=/path/to/backups

# Makes created files group-readable, but inaccessible by others
UMask=027
# Set to `UMask=007` and pass `--group-accessible-repos` to rest-server to
# make created files group-readable
UMask=077

# If your system doesn't support all of the features below (e.g. because of
# the use of an older version of systemd), you may wish to comment-out
Expand Down
Loading