openbsd-ports/net/pure-ftpd/pkg/MESSAGE
2004-06-22 04:09:34 +00:00

9 lines
199 B
Plaintext

In order to start Pure-FTPd at boot-time, add something like this to
/etc/rc.local:
if [ -x ${PREFIX}/sbin/pure-ftpd ]; then
echo Starting Pure-FTPd
${PREFIX}/sbin/pure-ftpd -A -B -H -u1000
fi