mirror of https://github.com/watcha-fr/synapse
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| README.md | 2 years ago | |
| log_config.yaml | 7 years ago | |
| matrix-synapse.service | 6 years ago | |
| override-hardened.conf | 5 years ago | |
README.md
Setup Synapse with Systemd
This is a setup for managing synapse with a user contributed systemd unit
file. It provides a matrix-synapse systemd unit file that should be tailored
to accommodate your installation in accordance with the installation
instructions provided in
installation instructions.
Setup
- Under the service section, ensure the
Uservariable matches which user you installed synapse under and wish to run it as. - Under the service section, ensure the
WorkingDirectoryvariable matches where you have installed synapse. - Under the service section, ensure the
ExecStartvariable matches the appropriate locations of your installation. - Copy the
matrix-synapse.serviceto/etc/systemd/system/ - Start Synapse:
sudo systemctl start matrix-synapse - Verify Synapse is running:
sudo systemctl status matrix-synapse - optional Enable Synapse to start at system boot:
sudo systemctl enable matrix-synapse