From 079c62d64394b74e04c753c3e477b4c4c499a742 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 20 May 2024 15:42:10 -0400 Subject: net-im/maubot: new package, add 0.4.2 Signed-off-by: Julien Roy --- net-im/maubot/files/maubot.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net-im/maubot/files/maubot.service (limited to 'net-im/maubot/files/maubot.service') 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 -- cgit v1.2.3