mautrix_telegram_ynh/conf/systemd.service
2023-11-13 21:39:37 +01:00

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