From 13561f211493903b17c856b3010345ea9df725d4 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 7 Dec 2021 18:00:25 +0100 Subject: [PATCH] docs: improve wording for systemd (cherry picked from commit 094138b0c55a1d2013615275362749b77bb4dc9a) --- docs/content/doc/setup/install-backend.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/content/doc/setup/install-backend.md b/docs/content/doc/setup/install-backend.md index 88e3f794a..fd091720d 100644 --- a/docs/content/doc/setup/install-backend.md +++ b/docs/content/doc/setup/install-backend.md @@ -52,7 +52,7 @@ ln -s /opt/vikunja/vikunja /usr/bin/vikunja ### Systemd service -Take the following `service` file and adapt it to your needs: +Save the following service file to `/etc/systemd/system/vikunja.service` and adapt it to your needs: {{< highlight service >}} [Unit] @@ -83,8 +83,6 @@ WantedBy=multi-user.target If you've installed Vikunja to a directory other than `/opt/vikunja`, you need to adapt `WorkingDirectory` accordingly. -Save the file to `/etc/systemd/system/vikunja.service` - After you made all nessecary modifications, it's time to start the service: {{< highlight bash >}}