summarylogtreecommitdiffstats
path: root/maubot.service
blob: caa42db3388b6628af5a4950bfaaf33873e66e23 (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=/bin/python -m maubot -c /etc/maubot/config.yaml
Restart=always
RestartSec=30
SyslogIdentifier=maubot

[Install]
WantedBy=multi-user.target