vsftpd: Set umask so that paperless may read
This commit is contained in:
parent
c256cf8f02
commit
0fb9ad732a
2 changed files with 28 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
enableVirtualUsers = true;
|
||||
virtualUseLocalPrivs = true;
|
||||
localRoot = "/var/lib/vsftpd/data";
|
||||
extraConfig = "local_umask=002";
|
||||
};
|
||||
|
||||
config.networking.firewall.allowedTCPPorts = [ 20 21 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue