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

[Service]
Environment=FFMPEG_BINARY=/usr/bin/ffmpeg
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