Linux: Launching Daemons at Boot
Introduction
To launch daemons at boot time, you need to act differently depending on the distribution. But before starting, the script must already exist in /etc/init.d
.
Debian
Here's the command:
You can test with the -n
argument:
Once you're ready, execute:
And if you want to remove it:
Red Hat
Run this command:
A menu will open. It's up to you to make your choice.
Gentoo
For Gentoo, here's the procedure: