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

Update systemd.service

This commit is contained in:
Gredin67 2020-04-15 23:34:46 +02:00 committed by GitHub
parent ccc498be47
commit c4e0cf6edb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ After=matrix-synapse.service
[Service] [Service]
Type=simple Type=simple
User=__WHATSAPPBOT__ User=__APP__
WorkingDirectory=/opt/yunohost/__APP__ WorkingDirectory=/opt/yunohost/__APP__
ExecStart=/opt/yunohost/__APP__/mautrix-whatsapp -c=/opt/yunohost/__APP__/config.yaml >> /var/log/__APP__/__APP__.log 2>&1 ExecStart=/opt/yunohost/__APP__/mautrix-whatsapp -c=/opt/yunohost/__APP__/config.yaml >> /var/log/__APP__/__APP__.log 2>&1
Restart=always Restart=always