summarylogtreecommitdiffstats
path: root/matrix-registration-bot.service
blob: 75d00098f148de7a71975d2049422e3a35f0a9d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Matrix registration bot

[Service]
Type=simple
User=registrationbot
Group=registrationbot
WorkingDirectory=/var/lib/matrix-registration-bot/
ExecStart=/bin/python -m matrix_registration_bot.bot --config /etc/matrix-registration-bot.yaml
Restart=always
RestartSec=30
SyslogIdentifier=matrix-registration-bot

[Install]
WantedBy=multi-user.target