NC Talk: Added logfile for debugging

This commit is contained in:
Daniel Pätzold
2026-04-09 14:18:42 +02:00
parent 7476c27256
commit f0e8257eeb
@@ -8,5 +8,4 @@ fi
# Start Nextcloud Talk in Background
#Current Version of Talk is dumping Core
echo "Starting Nextcloud Talk in Background."
/usr/bin/nohup /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=electron-wrapper --file-forwarding com.nextcloud.talk 1>${TEMPDIR}/talk.log 2>&1 &
#/usr/bin/nohup /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=electron-wrapper --file-forwarding com.nextcloud.talk --background 1>/dev/null 2>&1 &
/usr/bin/nohup /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=electron-wrapper --file-forwarding com.nextcloud.talk --background 1>${TEMPDIR}/talk.log 2>&1 &