Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
in general, I threw the launch command into etc / rc.local
, maybe not correctly, but it works
Try this:
sudo systemctl enable vsftpd.service (for systemd)
or
sudo chkconfig vsftpd on (for sysvinit)
Since you don't have vsftpd packaged, make the service yourself according to any pattern in /etc/init.d/ and then enable it via chkconfig (or systemctl).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question