summarylogtreecommitdiffstats
path: root/mautrix-telegram.service
blob: ab027570e2160baf52b62ee14d17b57952076313 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=A Matrix-Telegram hybrid puppeting/relaybot bridge

[Service]
ExecStart=/usr/bin/mautrix-telegram -b /etc/mautrix-telegram/config.yaml -c /etc/mautrix-telegram/config.yaml -r /etc/mautrix-telegram/registration.yaml
WorkingDirectory=/etc/mautrix-telegram/
Restart=on-failure

[Install]
WantedBy=multi-user.target