Version 15 (modified by Cas, 13 years ago) (diff) |
---|
Deluge Init Scripts
What are Init scripts?
Linux uses a system of scripts to determine which services (daemons) to run on system boot. These scripts exist in /etc/init.d/ (or the symbolic link /etc/rc.d/), and are referred to as 'init scripts.'
Init scripts are essentially just shell scripts with options for performing basic actions on a service. They can be invoked manually, or automatically by the system.
Available Init Scripts