1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

Moved UMask to correct location

This commit is contained in:
Luke Clifton 2014-12-28 16:44:27 +08:00 committed by Peter Simons
parent 8a24749e27
commit 1f2103f8d9

View file

@ -257,9 +257,9 @@ in
description = "Bittorrent Sync Service";
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
UMask = "0002";
serviceConfig = {
Restart = "on-abort";
UMask = "0002";
User = "btsync";
ExecStart =
"${bittorrentSync}/bin/btsync --nodaemon --config ${configFile}";