Clifford Garwood II 96d35f1028 Systemd documentation (#6490) | 5 سال پیش | |
---|---|---|
.. | ||
README.md | ba7af15d4e Modify systemd unit file reference to align with installation instruction (#6369) | 5 سال پیش |
log_config.yaml | 463b072b12 Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | 5 سال پیش |
matrix-synapse.service | 96d35f1028 Systemd documentation (#6490) | 5 سال پیش |
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