FireDaemon for debian

is there a FireDaemon for debian?
I need to have FireDaemon to run an api as services.

0

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Re: FireDaemon for debian

I'm not sure exactly what a "FireDaemon" is. Just Googling it, the first thing that turns up is what in Unix-speak would be a daemon manager.

It that's correct, any *nix system has that more than covered, and is included by default.

Unix/Linux systems have a concept of "run levels", so you'll need to grok that concept.

But to run something as a daemon (service), just put it into a shell script. This shell script should be able to process some standard command-line parameters. See the scripts in /etc/init.d for examples.

Once you have the shell script, Debian includes a program to easily set things up. Do a "man update-rc.d" for more information.

Syndicate content