On 10/05/2019 11:57, Willem Mulder wrote:
> I've attached a debdiff that resolves this bug.
Added closes mention as well now.
diff -Nru matrix-synapse-0.99.2/debian/changelog 
matrix-synapse-0.99.2/debian/changelog
--- matrix-synapse-0.99.2/debian/changelog      2019-05-03 22:26:41.000000000 
+0200
+++ matrix-synapse-0.99.2/debian/changelog      2019-05-10 11:35:18.000000000 
+0200
@@ -1,3 +1,11 @@
+matrix-synapse (0.99.2-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add reload action to systemd service to be able to reload certificates
+    (Closes: #922098).
+
+ -- Willem Mulder <14mrh4...@gmail.com>  Fri, 10 May 2019 11:35:18 +0200
+
 matrix-synapse (0.99.2-5) unstable; urgency=high
 
   * Security updates backported from 0.99.3:
diff -Nru matrix-synapse-0.99.2/debian/matrix-synapse.service 
matrix-synapse-0.99.2/debian/matrix-synapse.service
--- matrix-synapse-0.99.2/debian/matrix-synapse.service 2019-05-03 
22:26:41.000000000 +0200
+++ matrix-synapse-0.99.2/debian/matrix-synapse.service 2019-05-10 
11:34:46.000000000 +0200
@@ -9,6 +9,7 @@
 EnvironmentFile=/etc/default/matrix-synapse
 ExecStartPre=/usr/bin/python3 -m synapse.app.homeserver 
--config-path=/etc/matrix-synapse/homeserver.yaml 
--config-path=/etc/matrix-synapse/conf.d/ --generate-keys
 ExecStart=/usr/bin/python3 -m synapse.app.homeserver 
--config-path=/etc/matrix-synapse/homeserver.yaml 
--config-path=/etc/matrix-synapse/conf.d/
+ExecReload=/bin/kill -HUP $MAINPID
 Restart=on-failure
 RestartSec=3
 

Attachment: signature.asc
Description: OpenPGP digital signature



Reply via email to