diff options
Diffstat (limited to 'net-im/maubot/files/maubot.service')
-rw-r--r-- | net-im/maubot/files/maubot.service | 12 |
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 |