Change umask
This commit is contained in:
parent
5866a9df03
commit
5fdd6f6a66
@ -257,6 +257,7 @@ in
|
|||||||
description = "Bittorrent Sync Service";
|
description = "Bittorrent Sync Service";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
|
UMask = "0002";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Restart = "on-abort";
|
Restart = "on-abort";
|
||||||
User = "btsync";
|
User = "btsync";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user