Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
FTP Doesn't startup as service
FTP Doesn't startup as service
Dear,
I have had a problem with vsftpd so i deleted it and reinstalled it.
Now it works 'correctly' only when i restart the servers it doesn't startup.
I need to start it up in the control panel.
What line can in insert to automate this?
Thank you.
I have had a problem with vsftpd so i deleted it and reinstalled it.
Now it works 'correctly' only when i restart the servers it doesn't startup.
I need to start it up in the control panel.
What line can in insert to automate this?
Thank you.
Re: FTP Doesn't startup as service
And your OS is...?
Rhel - CentOS and Debian - Ubuntu are a bit differnt.
Rhel - CentOS and Debian - Ubuntu are a bit differnt.
Re: FTP Doesn't startup as service
This should workhans013 wrote:Dear,
I have had a problem with vsftpd so i deleted it and reinstalled it.
Now it works 'correctly' only when i restart the servers it doesn't startup.
I need to start it up in the control panel.
What line can in insert to automate this?
Thank you.
Code: Select all
chkconfig vsftpd on
Code: Select all
sudo apt-get install sysv-rc-conf
sysv-rc-conf vsftpd on
Re: FTP Doesn't startup as service
Sorry, im running CentOS 6.6
Re: FTP Doesn't startup as service
the chkconfig vsftpd on worked.
Thank you!
Thank you!