install.sh bug fixes, autostart cgroup detachment, vault key security #20
@@ -8,7 +8,7 @@ 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."
|
||||||
systemd-run --user --scope --unit=nextcloud-talk --property=Delegate=yes \
|
systemd-run --user --no-block --unit=nextcloud-talk.service --property=Delegate=yes \
|
||||||
/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=electron-wrapper --file-forwarding com.nextcloud.talk --background >${TEMPDIR}/talk.log 2>&1 &
|
/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=electron-wrapper --file-forwarding com.nextcloud.talk --background >>${TEMPDIR}/talk.log 2>&1
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user