From 6410fd8d58e250a877a0bcdab06184e45e707c65 Mon Sep 17 00:00:00 2001
From: Georg
Date: Wed, 21 Jul 2021 12:34:32 +0200
Subject: Initial Systemd Service Run: 1/3

Signed-off-by: Georg <georg@lysergic.dev>
---
 systemd/matrix-maubot.service | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 systemd/matrix-maubot.service

(limited to 'systemd/matrix-maubot.service')

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
-- 
cgit v1.2.3