diff options
author | Christoph Müller <mcimk@hotmail.de> | 2019-05-10 10:09:25 +0200 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-05-10 09:09:25 +0100 |
commit | ee90c06e38c16f9ca6d5e01c081ee99720fafafb (patch) | |
tree | bf1a9ab9364ec927847b059790b73138419607df /debian/matrix-synapse.service | |
parent | Run Black on the tests again (#5170) (diff) | |
download | synapse-ee90c06e38c16f9ca6d5e01c081ee99720fafafb.tar.xz |
Set syslog identifiers in systemd units (#5023)
Diffstat (limited to 'debian/matrix-synapse.service')
-rw-r--r-- | debian/matrix-synapse.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/matrix-synapse.service b/debian/matrix-synapse.service index 942e4b83fe..b0a8d72e6d 100644 --- a/debian/matrix-synapse.service +++ b/debian/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=multi-user.target |