summaryrefslogtreecommitdiffstats
path: root/systemd/matrix-synapse.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/matrix-synapse.service')
-rw-r--r--systemd/matrix-synapse.service23
1 files changed, 23 insertions, 0 deletions
diff --git a/systemd/matrix-synapse.service b/systemd/matrix-synapse.service
new file mode 100644
index 0000000..b5cb286
--- /dev/null
+++ b/systemd/matrix-synapse.service
@@ -0,0 +1,23 @@
+[Unit]
+Description=Matrix Homeserver
+Requires=matrix-keyserver.service matrix-sydent.service
+After=postgresql.service
+
+[Service]
+#Type=notify
+Type=forking
+NotifyAccess=main
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=on-abort
+User=synapse
+Group=matrix
+WorkingDirectory=/opt/matrix
+ExecStart=/opt/matrix/synapse/synapse-venv/bin/synctl start /etc/matrix-synapse/homeserver.yaml
+ExecStop=/opt/matrix/synapse/synapse-venv/bin/synctl stop
+SyslogIdentifier=synapse
+RuntimeDirectory=matrix
+
+# Environment=SYNAPSE_CACHE_FACTOR=2.0
+
+[Install]
+WantedBy=multi-user.target