1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_signal_ynh.git synced 2024-09-03 19:46:07 +02:00

chg: update systemd.service file to run go binary instead of old python app

This commit is contained in:
Nathanaël Hannebert 2024-04-09 07:57:03 +02:00 committed by Mayeul Cantan
parent f8e535c1cd
commit 3b88c23604

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/bin/python3 -m mautrix_signal
ExecStart=__INSTALL_DIR__/mautrix-signal
[Install]
WantedBy=multi-user.target