run=(pure-ftpd) args=( -c 30 # max connections -C 10 # max connections per IP -k 90% # disable uploads when disk is fuller than this -l pam # normal system users using PAM -A # chroot() everyone, but root -u 1000 # deny system users ) # vim: ft=zsh noet ts=4 sts=4 sw=4