UserGuide InitScript - gazpachoking/deluge GitHub Wiki

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.

More Info

Available Init Scripts

TitleIndex(UserGuide/InitScript/)

Scripts found on this page, were originally posted [here](http://forum.deluge-torrent.org/viewtopic.php?f=7&t=3185).