Announcement

Collapse
No announcement yet.

launch pureftpd automatically at start

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    launch pureftpd automatically at start

    hello.

    i just installed pure-ftpd on kubuntu from its src and it work fine.
    Now i would like that pureftpd start up automatically when i boot my pc so i don't have to type this command each times.

    /usr/local/sbin/pure-ftpd -A -b -B -c 15 -C 2 -E -j -l puredb:/etc/pureftpd.pdb -R -u 1 -X -H

    On mandrake there was a rc.local file where i could type the command so it would start at boot. Is there an equivalent on Kubuntu?

    i tried to put the command above in a file.sh in home/user/.kde/autostart but no luck..

    any ideas?

    thx

    #2
    Re: launch pureftpd automatically at start

    Originally posted by GLau
    On mandrake there was a rc.local file where i could type the command so it would start at boot. Is there an equivalent on Kubuntu?
    Yes there is

    exerpt of my /etc/rc.local
    Code:
    # rc.local
    #
    # This script is executed at the end of each multiuser runlevel.
    # Make sure that the script will "exit 0" on success or any other
    # value on error.
    #
    # In order to enable or disable this script just change the execution
    # bits.

    Comment

    Working...
    X