summary refs log tree commit diff
path: root/contrib/systemd
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 /contrib/systemd
parentRun Black on the tests again (#5170) (diff)
downloadsynapse-ee90c06e38c16f9ca6d5e01c081ee99720fafafb.tar.xz
Set syslog identifiers in systemd units (#5023)
Diffstat (limited to 'contrib/systemd')
-rw-r--r--contrib/systemd/matrix-synapse.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/systemd/matrix-synapse.service b/contrib/systemd/matrix-synapse.service
index efb157e941..595b69916c 100644
--- a/contrib/systemd/matrix-synapse.service
+++ b/contrib/systemd/matrix-synapse.service
@@ -22,10 +22,10 @@ Group=nogroup
 
 WorkingDirectory=/opt/synapse
 ExecStart=/opt/synapse/env/bin/python -m synapse.app.homeserver --config-path=/opt/synapse/homeserver.yaml
+SyslogIdentifier=matrix-synapse
 
 # adjust the cache factor if necessary
 # Environment=SYNAPSE_CACHE_FACTOR=2.0
 
 [Install]
 WantedBy=multi-user.target
-