Change umask

This commit is contained in:
Luke Clifton 2014-12-28 16:39:56 +08:00 committed by Peter Simons
parent 0f3a7b0e3c
commit 8a24749e27

View file

@ -257,6 +257,7 @@ in
description = "Bittorrent Sync Service";
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
UMask = "0002";
serviceConfig = {
Restart = "on-abort";
User = "btsync";