'prevent LinodeStackScript closing sub-processes after it's finished

In my StackScript (for Linode):

apt-get -qy install xserver-xorg-core openbox --no-install-recommends --no-install-suggests
apt-get -qy install xinit tint2
setsid startx &
...

When the script ends, it closes the X-screen.
How can I make the X-screen to remain?
(setsid doesn't help)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source