0391a6d2d9
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/vsftpd#2526a74ac732414d31a20591f7b3e3e94a970363
15 lines
345 B
Plaintext
15 lines
345 B
Plaintext
# default: off
|
|
# description: The vsftpd FTP server serves FTP connections. It uses \
|
|
# normal, unencrypted usernames and passwords for authentication.
|
|
service ftp
|
|
{
|
|
socket_type = stream
|
|
wait = no
|
|
user = root
|
|
server = /usr/sbin/vsftpd
|
|
server_args = /etc/vsftpd/vsftpd.conf
|
|
nice = 10
|
|
disable = yes
|
|
flags = IPv4
|
|
}
|