Merge pull request #2163 from jimeh/fix-goofys-startup-order-issue
fix(goofys): fix synapse systemd unit file to correctly require goofys
This commit is contained in:
commit
0616107346
@ -2364,7 +2364,7 @@ matrix_synapse_systemd_required_services_list: |
|
||||
+
|
||||
(['matrix-postgres.service'] if matrix_postgres_enabled else [])
|
||||
+
|
||||
(['matrix-goofys'] if matrix_s3_media_store_enabled else [])
|
||||
(['matrix-goofys.service'] if matrix_s3_media_store_enabled else [])
|
||||
}}
|
||||
|
||||
matrix_synapse_systemd_wanted_services_list: |
|
||||
@ -2650,7 +2650,7 @@ matrix_dendrite_systemd_required_services_list: |
|
||||
+
|
||||
(['matrix-postgres.service'] if matrix_postgres_enabled else [])
|
||||
+
|
||||
(['matrix-goofys'] if matrix_s3_media_store_enabled else [])
|
||||
(['matrix-goofys.service'] if matrix_s3_media_store_enabled else [])
|
||||
}}
|
||||
|
||||
matrix_dendrite_systemd_wanted_services_list: |
|
||||
|
Loading…
Reference in New Issue
Block a user