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

14 lines
247 B
SYSTEMD
Raw Normal View History

2021-01-04 12:14:25 +01:00
[Unit]
Description=Matrix Signal Bridge
2021-01-22 22:44:36 +01:00
After=matrix-synapse.service
2021-01-04 12:14:25 +01:00
[Service]
Type=simple
User=__APP__
Group=__APP__
2024-02-26 13:49:53 +01:00
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/bin/python3 -m mautrix_signal
2021-01-04 12:14:25 +01:00
[Install]
WantedBy=multi-user.target