void-packages/srcpkgs/vsftpd/files/vsftpd/run

4 lines
71 B
Bash

#!/bin/sh
[ -r conf ] && . ./conf
exec vsftpd -obackground=no ${OPTS}