Merge pull request #88887 from mweinelt/vsftpd
vsftpd: listen on both address families
This commit is contained in:
commit
414e1c6305
1 changed files with 2 additions and 1 deletions
|
@ -116,7 +116,8 @@ let
|
|||
userlist_file=${cfg.userlistFile}
|
||||
''}
|
||||
background=YES
|
||||
listen=YES
|
||||
listen=NO
|
||||
listen_ipv6=YES
|
||||
nopriv_user=vsftpd
|
||||
secure_chroot_dir=/var/empty
|
||||
${optionalString (cfg.localRoot != null) ''
|
||||
|
|
Loading…
Reference in a new issue