Changes between Version 21 and Version 22 of UserGuide/Service
- Timestamp:
- 10/17/2015 06:33:22 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuide/Service
v21 v22 3 3 == What is a service? == 4 4 5 Operating systems use services to start applications on system boot , run then in the background and can automatically restartif they crash.5 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. 6 6 7 The Deluge daemon (deluged) and Deluge Web-UI (deluge-web)can both be run as services.7 The Deluge daemon `deluged` and Web UI `deluge-web` can both be run as services. 8 8 9 9 == Linux == 10 10 11 * [wiki:UserGuide/Service/systemd systemd] (''Modern Linux distributions: '''Arch, Fedora, OpenSUSE, Debian (Jessie)'''. See [https://en.wikipedia.org/wiki/Systemd#Adoption wikipedia] for systemd adoption.'') 11 Most Linux distributions now use systemd. See [https://en.wikipedia.org/wiki/Systemd#Adoption_and_reception wikipedia] for releases with systemd as ''default''. 12 12 13 * [wiki:UserGuide/Service/ Upstart Upstart] ''('''Ubuntu''' distributions '''11.04''' (Natty) through to '''14.10''' (Utopic).)''13 * [wiki:UserGuide/Service/systemd systemd] 14 14 15 * [wiki:UserGuide/Service/DebianUbuntuInitd init.d] ''(Older Ubuntu and Debian distributions.)'' 15 * [wiki:UserGuide/Service/Upstart Upstart] ''(Ubuntu 11.04 to 14.10)'' 16 17 * [wiki:UserGuide/Service/DebianUbuntuInitd init.d] ''(Obsolete)'' 16 18 17 19 == Microsoft Windows ==