Talk: Fork in Background with bash

This commit is contained in:
2026-04-25 14:27:46 +02:00
parent 7e33a96231
commit 7ef83c5846
@@ -8,5 +8,5 @@ fi
# Start Nextcloud Talk in Background # Start Nextcloud Talk in Background
#Current Version of Talk is dumping Core #Current Version of Talk is dumping Core
echo "Starting Nextcloud Talk in Background." echo "Starting Nextcloud Talk in Background."
/usr/bin/setsid -f -c "/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=electron-wrapper --file-forwarding com.nextcloud.talk >${TEMPDIR}/talk.log 2>&1" /usr/bin/setsid bash -c "/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=electron-wrapper --file-forwarding com.nextcloud.talk >${TEMPDIR}/talk.log 2>&1"
sleep 5 sleep 5