mirror of
https://github.com/matrix-org/synapse.git
synced 2025-11-12 22:21:10 +01:00
Add entry to set dependency against psql service (#7591)
This commit is contained in:
parent
5cb470b495
commit
47db2c3673
1
changelog.d/7591.misc
Normal file
1
changelog.d/7591.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Add comment to systemd example to show postgresql dependency.
|
||||||
@ -15,6 +15,9 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Synapse Matrix homeserver
|
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]
|
[Service]
|
||||||
Type=notify
|
Type=notify
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user