#!/bin/sh
exec 2>&1
umask 022
exec \
tcpsvd -v -llocalhost 0 21 \
  chpst -m12000000 -e./env \
    twoftpd-anon
