mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
Moved UMask to correct location
This commit is contained in:
parent
5fdd6f6a66
commit
61ff1b2b0a
@ -257,9 +257,9 @@ 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";
|
||||||
|
UMask = "0002";
|
||||||
User = "btsync";
|
User = "btsync";
|
||||||
ExecStart =
|
ExecStart =
|
||||||
"${bittorrentSync}/bin/btsync --nodaemon --config ${configFile}";
|
"${bittorrentSync}/bin/btsync --nodaemon --config ${configFile}";
|
||||||
|
Loading…
Reference in New Issue
Block a user