1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_signal_ynh.git synced 2024-09-03 19:46:07 +02:00
mautrix_signal_ynh/conf/systemd.service
2021-02-10 21:07:18 +01:00

13 lines
243 B
Desktop File

[Unit]
Description=Matrix Signal Bridge
After=matrix-synapse.service
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=__FINALPATH__/bin/python3 -m mautrix_signal
[Install]
WantedBy=multi-user.target