summaryrefslogtreecommitdiffstats
path: root/systemd/matrix-maubot.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/matrix-maubot.service')
-rw-r--r--systemd/matrix-maubot.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/systemd/matrix-maubot.service b/systemd/matrix-maubot.service
new file mode 100644
index 0000000..cc94e41
--- /dev/null
+++ b/systemd/matrix-maubot.service
@@ -0,0 +1,16 @@
+[Unit]
+Description=Matrix Maubot
+Requires=matrix-synapse.service
+
+[Service]
+Type=simple
+NotifyAccess=main
+Restart=on-abort
+User=maubot
+Group=matrix
+WorkingDirectory=/opt/matrix/maubot
+ExecStart=/opt/matrix/maubot/maubot-venv/bin/python3 -m maubot
+SyslogIdentifier=maubot
+
+[Install]
+WantedBy=multi-user.target