Version 20 (modified by Cas, 9 years ago) (diff) |
---|
Deluge Service
What is a service?
Operating systems use services to start applications on system boot, run then in the background and can automatically restart if they crash.
The Deluge daemon (deluged) and Deluge Web-UI (deluge-web) can both be run as services.
Linux
systemd
For most modern Linux distributions; Arch, Fedora, OpenSUSE, Debian (Jessie). See wikipedia for more details on systemd adoption.
Upstart
This is for Ubuntu distributions 11.04 (Natty) through to 14.10 (Utopic).
init.d
UserGuide/Service/DebianUbuntuInitd
For older Ubuntu and Debian distributions.