summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorChristoph Müller <mcimk@hotmail.de>2019-05-10 10:09:25 +0200
committerRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-05-10 09:09:25 +0100
commitee90c06e38c16f9ca6d5e01c081ee99720fafafb (patch)
treebf1a9ab9364ec927847b059790b73138419607df /changelog.d
parentRun Black on the tests again (#5170) (diff)
downloadsynapse-ee90c06e38c16f9ca6d5e01c081ee99720fafafb.tar.xz
Set syslog identifiers in systemd units (#5023)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5023.feature3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/5023.feature b/changelog.d/5023.feature
new file mode 100644
index 0000000000..98551f79a3
--- /dev/null
+++ b/changelog.d/5023.feature
@@ -0,0 +1,3 @@
+Configure the example systemd units to have a log identifier of `matrix-synapse`
+instead of the executable name, `python`.
+Contributed by Christoph Müller.