1
0
This commit is contained in:
DMRobertson
2022-03-04 11:59:19 +00:00
parent 98c3bd7871
commit 7fd0474587
6 changed files with 56 additions and 16 deletions

View File

@@ -387,8 +387,9 @@ turn_allow_guests: True
<p>After updating the homeserver configuration, you must restart synapse:</p>
<ul>
<li>If you use synctl:
<pre><code class="language-sh">cd /where/you/run/synapse
./synctl restart
<pre><code class="language-sh"># Depending on how Synapse is installed, synctl may already be on
# your PATH. If not, you may need to activate a virtual environment.
synctl restart
</code></pre>
</li>
<li>If you use systemd: