1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_facebook_ynh.git synced 2024-09-03 19:36:33 +02:00
mautrix_facebook_ynh/conf/systemd.service
2024-02-26 14:54:19 +01:00

13 lines
251 B
Desktop File

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