summaryrefslogtreecommitdiffstats
path: root/docs/source/how-to/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/how-to/index.md')
-rw-r--r--docs/source/how-to/index.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/source/how-to/index.md b/docs/source/how-to/index.md
index 289f028f2..9ef1ddde6 100644
--- a/docs/source/how-to/index.md
+++ b/docs/source/how-to/index.md
@@ -2,4 +2,18 @@
A collection of guides covering common issues that might be encountered using Deluge.
+## GTK UI
+
- [Set default torrent application](set-mime-type.md)
+
+## Deluge as a service
+
+Services are used 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.
+
+- [Create systemd services for Linux](systemd-service.md)
+- [Create launchd services for macOS](launchd-service.md)
+- [Create NSSM services for Windows](nssm-service.md)