Add support for reloading Synapse
This commit is contained in:
@ -51,6 +51,7 @@ ExecStart=/usr/bin/docker run --rm --name matrix-synapse \
|
||||
|
||||
ExecStop=-/usr/bin/docker kill matrix-synapse
|
||||
ExecStop=-/usr/bin/docker rm matrix-synapse
|
||||
ExecReload=/usr/bin/docker exec matrix-synapse kill -HUP 1
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
|
||||
|
Reference in New Issue
Block a user