talk: always fork new process

This commit is contained in:
2026-04-25 13:52:46 +02:00
parent 398354028a
commit c5e4cc1d12
@@ -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 -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 -f -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