Systemd docs: configure workers to start after main process. (#8276)

pull/8290/head
Richard van der Hoff 2020-09-08 10:57:43 +01:00 committed by GitHub
parent d8762cc116
commit ad28030c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

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

@ -0,0 +1 @@
Do not attempt to upgrade upgrade database schema on worker processes.

View File

@ -1,9 +1,14 @@
[Unit]
Description=Synapse %i
AssertPathExists=/etc/matrix-synapse/workers/%i.yaml
# This service should be restarted when the synapse target is restarted.
PartOf=matrix-synapse.target
# if this is started at the same time as the main, let the main process start
# first, to initialise the database schema.
After=matrix-synapse.service
[Service]
Type=notify
NotifyAccess=main