#!/bin/sh
if [ -d /var/log/vsftpd ]; then
  mkdir -p /var/log/vsftpd
fi
exec /sbin/svlogd -tt /var/log/vsftpd