mirror of
https://github.com/YunoHost-Apps/mautrix_telegram_ynh.git
synced 2024-09-03 19:45:55 +02:00
13 lines
251 B
Desktop File
13 lines
251 B
Desktop File
[Unit]
|
|
Description=Matrix Telegram Bridge
|
|
After=matrix-synapse.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
WorkingDirectory=__INSTALL_DIR__/
|
|
ExecStart=__INSTALL_DIR__/bin/python3 -m mautrix_telegram
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|