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 22:27:56 +02:00 committed by GitHub
parent 9b4924fd11
commit d60094777d
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=__APP__ User=__WHATSAPPBOT__
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