Set syslog identifiers in systemd units (#5023)

This commit is contained in:
Christoph Müller 2019-05-10 10:09:25 +02:00 committed by Richard van der Hoff
parent b36c82576e
commit ee90c06e38
6 changed files with 14 additions and 1 deletions

View file

@ -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