aboutsummarylogtreecommitdiffstats
path: root/maubot.service
diff options
context:
space:
mode:
authorsatcom8862020-07-28 21:46:52 +0200
committersatcom8862020-07-28 21:46:52 +0200
commite3a9b0d5a7eaeba9c5659c8c19c37b30e77fa408 (patch)
treef8af43b92ee750bc33146d22e13bdf75bd51cd47 /maubot.service
parentb61768fee2e4f05a2608af84a0a15181224f3cc0 (diff)
downloadaur-e3a9b0d5a7eaeba9c5659c8c19c37b30e77fa408.tar.gz
Fixed the systemd unit
Diffstat (limited to 'maubot.service')
-rw-r--r--maubot.service12
1 files changed, 6 insertions, 6 deletions
diff --git a/maubot.service b/maubot.service
index 5f927f85be43..6d20990295f7 100644
--- a/maubot.service
+++ b/maubot.service
@@ -1,13 +1,13 @@
[Unit]
-Description=facebook Matrix Puppet
+Description=Plugin-based Matrix bot
[Service]
Type=simple
-User=mautrix-facebook
-Group=mautrix-facebook
-WorkingDirectory=/var/lib/mautrix-facebook/
-ExecStart=/usr/bin/mautrix-facebook -c /etc/synapse/mautrix-facebook/config.yaml \
- -r /etc/synapse/mautrix-facebook/registration.yaml
+User=maubot
+Group=maubot
+WorkingDirectory=/var/lib/maubot/
+ExecStart=/usr/bin/maubot -c /etc/synapse/maubot/config.yaml \
+ -r /etc/synapse/maubot/registration.yaml
Restart=always
RestartSec=3