matrix-synapse/buildfiles/auto_config.sh

10 lines
241 B
Bash
Raw Permalink Normal View History

2022-11-07 23:39:50 +05:00
#!/bin/bash
cd /root/synapse
source /root/env/bin/activate
python -m synapse.app.homeserver \
--server-name $SERVERNAME \
--config-path homeserver.yaml \
--generate-config \
--report-stats=$REPORTSTATUS
touch /root/init/init