deluge/docs/userguide/service.md

29 lines
880 B
Markdown
Raw Normal View History

2024-06-23 15:30:49 +00:00
# Deluge Service
## What is a service?
Operating systems use services to start applications on system boot and leave them running in the background. They will also stop the application nicely on system shutdown and automatically restart them if they crash.
The Deluge daemon `deluged` and Web UI `deluge-web` can both be run as services.
## Linux
Most Linux distributions now use systemd. See [wikipedia](https://en.wikipedia.org/wiki/Systemd#Adoption_and_reception) for releases with systemd as *default*.
2024-07-08 10:35:55 +00:00
* [systemd](/userguide/service/systemd.md)
2024-06-23 15:30:49 +00:00
2024-07-08 10:35:55 +00:00
* [Upstart](/userguide/service/upstart.md) *(ubuntu 11.04 to 14.10)*
2024-06-23 15:30:49 +00:00
2024-07-08 10:35:55 +00:00
* [init.d](/userguide/service/debianubuntuinitd.md) *(obsolete)*
2024-06-23 15:30:49 +00:00
## Microsoft Windows
2024-07-08 10:35:55 +00:00
* [Windows service](/userguide/service/ms_windows.md)
2024-06-23 15:30:49 +00:00
## Apple OS X
2024-07-08 10:35:55 +00:00
* [launchd](/userguide/service/launchd.md)
2024-06-23 15:30:49 +00:00
## FreeBSD
2024-07-08 10:35:55 +00:00
* [rc.d](/userguide/service/freebsd.md)