aboutsummarylogtreecommitdiffstats
path: root/maubot.service
blob: 6d20990295f7a1cd0c829d97a14ac96e1d8c23d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Plugin-based Matrix bot

[Service]
Type=simple
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

[Install]
WantedBy=multi-user.target