Skip to content
Snippets Groups Projects
Commit da9a0eb7 authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

docs: fix broken systemd unit link

parent 37b2c90e
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ # conduwuit for Debian
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
environment before running the server.
......
......@@ -3,3 +3,9 @@ # Example configuration
``` toml
{{#include ../conduwuit-example.toml}}
```
# Example systemd unit file
```
{{#include ../debian/conduwuit.service}}
```
......@@ -43,7 +43,7 @@ ## Forwarding ports in the firewall or the router
## 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
......
......@@ -16,6 +16,7 @@ stdenv.mkDerivation {
"conduwuit-example.toml"
"CONTRIBUTING.md"
"README.md"
"debian/conduwuit.service"
"debian/README.md"
"docs"
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment