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.
 
 
 
 
 
 
Dirk Klimpel 974261cd81
Fix broken links in INSTALL.md (#10331)
2 years ago
..
README.md Fix broken links in INSTALL.md (#10331) 2 years ago
log_config.yaml Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 5 years ago
matrix-synapse.service Add entry to set dependency against psql service (#7591) 4 years ago
override-hardened.conf Hardened systemd unit files (#9803) 3 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

  1. Under the service section, ensure the User variable matches which user you installed synapse under and wish to run it as.
  2. Under the service section, ensure the WorkingDirectory variable matches where you have installed synapse.
  3. Under the service section, ensure the ExecStart variable matches the appropriate locations of your installation.
  4. Copy the matrix-synapse.service to /etc/systemd/system/
  5. Start Synapse: sudo systemctl start matrix-synapse
  6. Verify Synapse is running: sudo systemctl status matrix-synapse
  7. optional Enable Synapse to start at system boot: sudo systemctl enable matrix-synapse