diff options
author | Erik Johnston <erik@matrix.org> | 2023-12-13 16:37:10 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-12-13 16:37:10 +0000 |
commit | 930dc9e2d3efd6d82b86c2205b80d6ccb9b4bb86 (patch) | |
tree | 47c9a74f21df24a92c30876b15306c1f7034f2f8 /docs/usage/configuration | |
parent | Update book location (diff) | |
download | synapse-930dc9e2d3efd6d82b86c2205b80d6ccb9b4bb86.tar.xz |
Fix typo
Diffstat (limited to 'docs/usage/configuration')
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index 618f6eb9ce..3e49b8a299 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -1416,7 +1416,7 @@ kill -HUP [PID_OF_SYNAPSE_PROCESS] If you are running multiple workers, you must individually update the worker config file and send this signal to each worker process. -If you're using the [example systemd service](https://github.com/element.-hq/synapse/blob/develop/contrib/systemd/matrix-synapse.service) +If you're using the [example systemd service](https://github.com/element-hq/synapse/blob/develop/contrib/systemd/matrix-synapse.service) file in Synapse's `contrib` directory, you can send a `SIGHUP` signal by using `systemctl reload matrix-synapse`. |