You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
229 B
INI

{{ ansible_managed | comment }}
[Unit]
Description=mautrix-telegram bridge
[Service]
WorkingDirectory=~
ExecStart=/opt/mautrix-telegram/bin/python -m mautrix_telegram
User=mautrix-telegram
[Install]
WantedBy=multi-user.target