summary refs log tree commit diff
path: root/contrib/systemd-with-workers
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-with-workers
parentRun Black on the tests again (#5170) (diff)
downloadsynapse-ee90c06e38c16f9ca6d5e01c081ee99720fafafb.tar.xz
Set syslog identifiers in systemd units (#5023)
Diffstat (limited to 'contrib/systemd-with-workers')
-rw-r--r--contrib/systemd-with-workers/system/matrix-synapse-worker@.service1
-rw-r--r--contrib/systemd-with-workers/system/matrix-synapse.service1
2 files changed, 2 insertions, 0 deletions
diff --git a/contrib/systemd-with-workers/system/matrix-synapse-worker@.service b/contrib/systemd-with-workers/system/matrix-synapse-worker@.service
index 912984b9d2..9d980d5168 100644
--- a/contrib/systemd-with-workers/system/matrix-synapse-worker@.service
+++ b/contrib/systemd-with-workers/system/matrix-synapse-worker@.service
@@ -12,6 +12,7 @@ ExecStart=/opt/venvs/matrix-synapse/bin/python -m synapse.app.%i --config-path=/
 ExecReload=/bin/kill -HUP $MAINPID
 Restart=always
 RestartSec=3
+SyslogIdentifier=matrix-synapse-%i
 
 [Install]
 WantedBy=matrix-synapse.service
diff --git a/contrib/systemd-with-workers/system/matrix-synapse.service b/contrib/systemd-with-workers/system/matrix-synapse.service
index 8bb4e400dc..3aae19034c 100644
--- a/contrib/systemd-with-workers/system/matrix-synapse.service
+++ b/contrib/systemd-with-workers/system/matrix-synapse.service
@@ -11,6 +11,7 @@ ExecStart=/opt/venvs/matrix-synapse/bin/python -m synapse.app.homeserver --confi
 ExecReload=/bin/kill -HUP $MAINPID
 Restart=always
 RestartSec=3
+SyslogIdentifier=matrix-synapse
 
 [Install]
 WantedBy=matrix.target