Wallet: Replace nohup with setsid

This commit is contained in:
Daniel Pätzold
2026-04-14 23:10:25 +02:00
parent 514b1b1e19
commit 557ad48556
+1 -1
View File
@@ -11,7 +11,7 @@ if [[ -z $(wmctrl -m | grep "KWin") ]]; then
fi
#Restart the service
nohup kwalletd6 >/dev/null 2>&1 &
/usr/bin/setsid kwalletd6 >${TEMPDIR}/kwalletd6.log 2>&1 &
sleep 1
#Check if kwalletd is enabled now