Add telegram service
This commit is contained in:
parent
2b166baf7c
commit
909e7b58ef
1 changed files with 10 additions and 0 deletions
10
alpine-matrix/systemd/matrix-telegram.service
Normal file
10
alpine-matrix/systemd/matrix-telegram.service
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Matrix IRC gateway
|
||||||
|
After=matrix.service
|
||||||
|
Requires=matrix.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=exec
|
||||||
|
ExecStart=/usr/bin/mautrix-telegram -c /etc/matrix/telegram-config.yaml -r /etc/matrix/telegram-registration.yaml
|
||||||
|
StateDirectory=matrix-telegram
|
||||||
|
ConfigurationDirectory=matrix
|
Loading…
Reference in a new issue