From d1eb576c71c6508a17ac57f6bfcb3283834e1b82 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 17 Apr 2021 20:35:05 +0200 Subject: [PATCH] Fix #1910740 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Václav Nováček for the suggestion --- synapse.service | 1 + 1 file changed, 1 insertion(+) diff --git a/synapse.service b/synapse.service index d0ffe60..4b0624f 100644 --- a/synapse.service +++ b/synapse.service @@ -11,6 +11,7 @@ ExecStart=/usr/bin/python3 -m synapse.app.homeserver --config-path=/etc/synapse/ ExecReload=/bin/kill -HUP $MAINPID # EnvironmentFile=-/etc/sysconfig/synapse # Can be used to e.g. set SYNAPSE_CACHE_FACTOR SyslogIdentifier=synapse +After=network-online.target postgresql.service [Install] WantedBy=multi-user.target