forked from obel1x/fedora-OEMDRV
Wallet: Replace nohup with setsid
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user