Add entry to set dependency against psql service (#7591)

pull/7599/head
David Rio Deiros 2020-05-28 11:02:41 -04:00 committed by GitHub
parent 5cb470b495
commit 47db2c3673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

1
changelog.d/7591.misc Normal file
View File

@ -0,0 +1 @@
Add comment to systemd example to show postgresql dependency.

View File

@ -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