mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Change umask
This commit is contained in:
parent
5866a9df03
commit
5fdd6f6a66
@ -257,6 +257,7 @@ in
|
||||
description = "Bittorrent Sync Service";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
UMask = "0002";
|
||||
serviceConfig = {
|
||||
Restart = "on-abort";
|
||||
User = "btsync";
|
||||
|
Loading…
Reference in New Issue
Block a user