docs: fix broken systemd unit link

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-11 23:53:42 -04:00 committed by June
parent 37b2c90e62
commit da9a0eb77b
4 changed files with 9 additions and 2 deletions

2
debian/README.md vendored
View file

@ -22,7 +22,7 @@ file size for download/upload, enabling federation, etc.
Running Running
------- -------
The package uses the `conduwuit.service` systemd unit file to start and The package uses the [`conduwuit.service`](../configuration.md#example-systemd-unit-file) systemd unit file to start and
stop conduwuit. It loads the configuration file mentioned above to set up the stop conduwuit. It loads the configuration file mentioned above to set up the
environment before running the server. environment before running the server.

View file

@ -3,3 +3,9 @@
``` toml ``` toml
{{#include ../conduwuit-example.toml}} {{#include ../conduwuit-example.toml}}
``` ```
# Example systemd unit file
```
{{#include ../debian/conduwuit.service}}
```

View file

@ -43,7 +43,7 @@ If conduwuit runs behind a router or in a container and has a different public I
## Setting up a systemd service ## Setting up a systemd service
The systemd unit for conduwuit can be found [here](../../debian/conduwuit.service). You may need to change the `ExecStart=` path to where you placed the conduwuit binary. The systemd unit for conduwuit can be found [here](../configuration.md#example-systemd-unit-file). You may need to change the `ExecStart=` path to where you placed the conduwuit binary.
## Creating the conduwuit configuration file ## Creating the conduwuit configuration file

View file

@ -16,6 +16,7 @@ stdenv.mkDerivation {
"conduwuit-example.toml" "conduwuit-example.toml"
"CONTRIBUTING.md" "CONTRIBUTING.md"
"README.md" "README.md"
"debian/conduwuit.service"
"debian/README.md" "debian/README.md"
"docs" "docs"
]; ];