aboutsummaryrefslogtreecommitdiff
path: root/net-im/mautrix-telegram/files/mautrix-telegram.unit
blob: 0c50824245320f84d895ef1d781fd716559c3a6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=A Matrix-Telegram Messenger puppeting bridge
After=network.target

[Service]
User=mautrix-telegram
Group=mautrix
Restart=always
ExecStart=/usr/bin/python -m mautrix_telegram -c /etc/mautrix/mautrix_telegram.yaml -r /var/lib/mautrix/telegram/registration.yaml

[Install]
WantedBy=multi-user.target