matrix-synapse-py3.config 459 B

12345678910111213141516
  1. #!/bin/sh
  2. set -e
  3. . /usr/share/debconf/confmodule
  4. # try to update the debconf db according to whatever is in the config files
  5. #
  6. # note that we may get run during preconfiguration, in which case the script
  7. # will not yet be installed.
  8. [ -x /opt/venvs/matrix-synapse/lib/manage_debconf.pl ] && \
  9. /opt/venvs/matrix-synapse/lib/manage_debconf.pl read
  10. db_input high matrix-synapse/server-name || true
  11. db_input high matrix-synapse/report-stats || true
  12. db_go