L
L
Lexaz2017-01-16 20:47:05
ubuntu
Lexaz, 2017-01-16 20:47:05

How to configure vsftpd to autostart?

Clean UBuntu 16.04 LTS. Installed vsftpd, set up the config, but it does not start automatically
On 14.04, the config worked and ftp rose after the reboot itself

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
Lexaz, 2017-04-15
@Lexaztost

in general, I threw the launch command into etc / rc.local
, maybe not correctly, but it works

K
K-700A, 2017-01-16
@K-700A

Try this:
sudo systemctl enable vsftpd.service (for systemd)
or
sudo chkconfig vsftpd on (for sysvinit)

Y
Yuri Chudnovsky, 2017-01-17
@Frankenstine

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 question

Ask a Question

731 491 924 answers to any question