1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Support for setting uid/gid on *nix systems

This commit is contained in:
Mark McDowall
2014-01-30 21:24:32 -08:00
parent 3ed37997c5
commit 7218772b32
10 changed files with 93 additions and 17 deletions
@@ -45,5 +45,7 @@ namespace NzbDrone.Core.Configuration
Boolean SetPermissionsLinux { get; set; }
String FileChmod { get; set; }
String FolderChmod { get; set; }
String ChownUser { get; set; }
String ChownGroup { get; set; }
}
}