how to make pureFTPd run as a daemon?

hi

I set up pureFPPd on my linode and now I want it to run automatically after reboot. Probably using init.d?

Any idea how I can do that?

Thank you

Radek

2 Replies

There should be a script for pureFTPd in /etc/init.d.

Debian / Ubuntu:

update-rc.d script_name defaults

CentOS / Fedora

chkconfig --config script_name
chkconfig script_name on

Gentoo

rc-update add script_name default

@pclissold:

There should be a script for pureFTPd in /etc/init.d.

not sure if it's because I compiled the pureFTPd by myself but I do not have any pureFTPd script in /etc/init.d

I thought I would modify some other one but not sure how :-)

thank you

R.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct