-1

I've installed ProFTPD on Debian Wheezy and everything works fine, except it won't start up on boot.

I've tried the following after a lot of Googling:

update-rc.d proftpd defaults
insserv proftpd
ln -s /etc/init.d/proftpd /etc/rc5.d/  

Nothing works.

user809829
  • 1,179
  • 3
  • 14
  • 33
  • Questions about general computing hardware and software are off-topic for Stack Overflow unless they directly involve tools used primarily for programming. You may be able to get help on [Super User](http://superuser.com). – unixsmurf Nov 27 '14 at 10:22

2 Answers2

0

Just type these commands :

update-rc.d proftpd remove

update-rc.d proftpd defaults

It worked for me !

-1

In some setups you have to set RUN=yes in /etc/default/proftpd manually in order run this service at boot.

Zulu
  • 8,765
  • 9
  • 49
  • 56
Ingo Hoff
  • 1
  • 2