aboutsummaryrefslogtreecommitdiff
path: root/net-im/maubot/files/maubot.service
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2024-05-20 15:42:10 -0400
committerJulien Roy <julien@jroy.ca>2024-05-20 16:13:28 -0400
commit079c62d64394b74e04c753c3e477b4c4c499a742 (patch)
treebe33a1799bab5040d1a4d3f582c498344f8e5eae /net-im/maubot/files/maubot.service
parentb6819a6a869888db26fa2a9d733537d35a20219a (diff)
downloadMrRoy-Overlay-079c62d64394b74e04c753c3e477b4c4c499a742.tar.gz
MrRoy-Overlay-079c62d64394b74e04c753c3e477b4c4c499a742.tar.bz2
MrRoy-Overlay-079c62d64394b74e04c753c3e477b4c4c499a742.zip
net-im/maubot: new package, add 0.4.2
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'net-im/maubot/files/maubot.service')
-rw-r--r--net-im/maubot/files/maubot.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-im/maubot/files/maubot.service b/net-im/maubot/files/maubot.service
new file mode 100644
index 0000000..92ed035
--- /dev/null
+++ b/net-im/maubot/files/maubot.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=A plugin-based Matrix bot system
+After=network.target
+
+[Service]
+User=maubot
+Group=maubot
+Restart=always
+ExecStart=/usr/bin/python -m maubot -c /etc/maubot/maubot.yaml
+
+[Install]
+WantedBy=multi-user.target \ No newline at end of file