mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
Add entry to set dependency against psql service (#7591)
This commit is contained in:
parent
5cb470b495
commit
47db2c3673
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue