Skip to content

Instantly share code, notes, and snippets.

@exul
Created December 11, 2016 09:16
Show Gist options
  • Save exul/551c53f2a871017ce45046ab6fdbd52f to your computer and use it in GitHub Desktop.
Save exul/551c53f2a871017ce45046ab6fdbd52f to your computer and use it in GitHub Desktop.
[Unit]
Description=Synapse Matrix homeserver
[Service]
Type=simple
User=synapse
Group=synapse
WorkingDirectory=/home/synapse/.synapse/
ExecStart=/home/synapse/.synapse/bin/python -B -m synapse.app.homeserver --config-path homeserver.yaml
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment