Add vsftpd

This commit is contained in:
Andrea Blankenstijn 2022-06-07 16:56:59 +02:00
parent de1dce6079
commit 55a3aab967
1 changed files with 2 additions and 1 deletions

View File

@ -42,13 +42,14 @@ pcre2-devel
mariadb-server
php-fpm
php-mysqlnd
vsftpd
%end
group --name=user42
group --name=sudo
rootpw --plaintext "CHANGE_ME" --lock
services --enabled=sshd,php-fpm,mariadb
services --enabled=sshd,php-fpm,mariadb,vsftpd@Born2beroot
bootloader --password="CHANGE_ME"