forked from MirrorHub/synapse
Fix typos in systemd-with-workers doc
This commit is contained in:
parent
305545682d
commit
26b46796ea
1 changed files with 2 additions and 2 deletions
|
@ -37,10 +37,10 @@ synapse master process to be started as part of the `matrix-synapse.target`
|
||||||
target.
|
target.
|
||||||
1. For each worker process to be enabled, run `systemctl enable
|
1. For each worker process to be enabled, run `systemctl enable
|
||||||
matrix-synapse-worker@<worker_name>.service`. For each `<worker_name>`, there
|
matrix-synapse-worker@<worker_name>.service`. For each `<worker_name>`, there
|
||||||
should be a corresponding configuration file
|
should be a corresponding configuration file.
|
||||||
`/etc/matrix-synapse/workers/<worker_name>.yaml`.
|
`/etc/matrix-synapse/workers/<worker_name>.yaml`.
|
||||||
1. Start all the synapse processes with `systemctl start matrix-synapse.target`.
|
1. Start all the synapse processes with `systemctl start matrix-synapse.target`.
|
||||||
1. Tell systemd to start synapse on boot with `systemctl enable matrix-synapse.target`/
|
1. Tell systemd to start synapse on boot with `systemctl enable matrix-synapse.target`.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue