David Rio Deiros 47db2c3673 Add entry to set dependency against psql service (#7591) | 4 years ago | |
---|---|---|
.. | ||
README.md | ba7af15d4e Modify systemd unit file reference to align with installation instruction (#6369) | 4 years ago |
log_config.yaml | 463b072b12 Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | 5 years ago |
matrix-synapse.service | 47db2c3673 Add entry to set dependency against psql service (#7591) | 4 years ago |
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.
User
variable matches which user
you installed synapse under and wish to run it as.WorkingDirectory
variable matches
where you have installed synapse.ExecStart
variable matches the
appropriate locations of your installation.matrix-synapse.service
to /etc/systemd/system/
sudo systemctl start matrix-synapse
sudo systemctl status matrix-synapse
sudo systemctl enable matrix-synapse