mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-01 08:05:09 +02:00
3 lines
101 B
Bash
3 lines
101 B
Bash
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
exec vsftpd -obackground=no -olisten=no -olisten_ipv6=yes ${OPTS}
|