From 5dc0e345faa8098b1c25cc65cbd56cbeff26792d Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 14 Jun 2021 12:33:14 +0100 Subject: [PATCH] docs/Running-this-software: Call out `contrib/systemd` --- docs/Running-this-software.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Running-this-software.md b/docs/Running-this-software.md index 84607a4..924ac5f 100644 --- a/docs/Running-this-software.md +++ b/docs/Running-this-software.md @@ -267,6 +267,9 @@ You have some choices for how to run the application components: to install under `~/.local/` instead. + There is an example systemd setup in `contrib/systemd` that assumes + this local installation. + If you install into `/usr/local/` then there are SysV style init.d scripts in `contrib/init.d/` for running the components. They will need the `DAEMON` lines tweaking for running from another location.