From 47db2c3673290ca1e0dff3bd4fb9f461c97c67c3 Mon Sep 17 00:00:00 2001 From: David Rio Deiros Date: Thu, 28 May 2020 11:02:41 -0400 Subject: Add entry to set dependency against psql service (#7591) --- contrib/systemd/matrix-synapse.service | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib/systemd/matrix-synapse.service') diff --git a/contrib/systemd/matrix-synapse.service b/contrib/systemd/matrix-synapse.service index 813717b032..a754078410 100644 --- a/contrib/systemd/matrix-synapse.service +++ b/contrib/systemd/matrix-synapse.service @@ -15,6 +15,9 @@ [Unit] Description=Synapse Matrix homeserver +# If you are using postgresql to persist data, uncomment this line to make sure +# synapse starts after the postgresql service. +# After=postgresql.service [Service] Type=notify -- cgit 1.4.1