Version 21 (modified by Cas, 10 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 (Modern Linux distributions: Arch, Fedora, OpenSUSE, Debian (Jessie). See wikipedia for systemd adoption.)
  • Upstart (Ubuntu distributions 11.04 (Natty) through to 14.10 (Utopic).)
  • init.d (Older Ubuntu and Debian distributions.)

Microsoft Windows

Apple OS X

FreeBSD