LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Howto setup VSFTPD start up at boot (https://www.linuxquestions.org/questions/slackware-14/howto-setup-vsftpd-start-up-at-boot-352882/)

longnam 08-13-2005 11:52 AM

Howto setup VSFTPD start up at boot
 
HI all,

I just installed vsftpd on my slackware 10.1. How can I set it up so that it start up automaticly at boot.

Many thanks.

keefaz 08-13-2005 12:14 PM

You have 2 choices :

1. run it with inetd
edit /etc/inetd.conf and add or uncomment this line :
Code:

ftp    stream  tcp    nowait  root    /usr/sbin/tcpd  vsftpd
2. run it as standalone (I use it like this)
edit /etc/rc.d/rc.local and add this line :
Code:

/usr/sbin/vsftpd &


All times are GMT -5. The time now is 11:33 AM.