mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-10-11 15:18:27 -04:00
Add systemd-python to optional dependencies (#4339)
Using systemd-python allows for logging to the systemd journal, as is documented in: `synapse/contrib/systemd/log_config.yaml`. Signed-off-by: Silke Hofstra <silke@slxh.eu>
This commit is contained in:
parent
6e27a8620f
commit
a137f4eac0
4 changed files with 13 additions and 10 deletions
|
@ -50,7 +50,9 @@ RUN apt-get update -qq -o Acquire::Languages=none \
|
|||
debhelper \
|
||||
devscripts \
|
||||
dh-systemd \
|
||||
libsystemd-dev \
|
||||
lsb-release \
|
||||
pkg-config \
|
||||
python3-dev \
|
||||
python3-pip \
|
||||
python3-setuptools \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue