mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
Include systemd-python in Debian package to allow logging to journal (#5261)
Signed-off-by: Silke Hofstra <silke@slxh.eu>
This commit is contained in:
parent
c548dbc4b1
commit
457b8e4c4d
2 changed files with 8 additions and 1 deletions
2
debian/build_virtualenv
vendored
2
debian/build_virtualenv
vendored
|
@ -43,7 +43,7 @@ dh_virtualenv \
|
|||
--preinstall="mock" \
|
||||
--extra-pip-arg="--no-cache-dir" \
|
||||
--extra-pip-arg="--compile" \
|
||||
--extras="all"
|
||||
--extras="all,systemd"
|
||||
|
||||
PACKAGE_BUILD_DIR="debian/matrix-synapse-py3"
|
||||
VIRTUALENV_DIR="${PACKAGE_BUILD_DIR}${DH_VIRTUALENV_INSTALL_ROOT}/matrix-synapse"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue