From 2add6a6224f7c334493c3cb57073298d271f860e Mon Sep 17 00:00:00 2001 From: "Kai A. Hiller" Date: Fri, 11 Oct 2019 14:04:36 +0200 Subject: [PATCH] Add meaningful syslog identifier to systemd service --- synapse.service | 1 + 1 file changed, 1 insertion(+) diff --git a/synapse.service b/synapse.service index 405154d..088b06d 100644 --- a/synapse.service +++ b/synapse.service @@ -9,6 +9,7 @@ WorkingDirectory=/var/lib/synapse ExecStart=/usr/bin/python3 -m synapse.app.homeserver --config-path=/etc/synapse/homeserver.yaml ExecReload=/bin/kill -HUP $MAINPID # EnvironmentFile=-/etc/sysconfig/synapse # Can be used to e.g. set SYNAPSE_CACHE_FACTOR +SyslogIdentifier=synapse [Install] WantedBy=multi-user.target