docs: improve wording for systemd
(cherry picked from commit 094138b0c55a1d2013615275362749b77bb4dc9a)
This commit is contained in:
parent
f9724181b1
commit
13561f2114
1 changed files with 1 additions and 3 deletions
|
@ -52,7 +52,7 @@ ln -s /opt/vikunja/vikunja /usr/bin/vikunja
|
||||||
|
|
||||||
### Systemd service
|
### 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 >}}
|
{{< highlight service >}}
|
||||||
[Unit]
|
[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.
|
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:
|
After you made all nessecary modifications, it's time to start the service:
|
||||||
|
|
||||||
{{< highlight bash >}}
|
{{< highlight bash >}}
|
||||||
|
|
Loading…
Reference in a new issue