Index: /bootstrapper/bootstrap.sh
===================================================================
--- /bootstrapper/bootstrap.sh	(revision 6)
+++ /bootstrapper/bootstrap.sh	(revision 7)
@@ -5,5 +5,5 @@
 RUNINSTALL=0
 
-DEPENDENCIES="xvfb mono-runtime screen rsync libxml2-utils"
+DEPENDENCIES="xvfb mono-runtime rsync libxml2-utils"
 OPTDEPENDENCIES="sendemail sendxmpp"
 
Index: /bundle_creation/makefile
===================================================================
--- /bundle_creation/makefile	(revision 6)
+++ /bundle_creation/makefile	(revision 7)
@@ -13,8 +13,8 @@
 	@cp -r ../scripts/* .
 
-SSD: usr/local/bin/start-stop-daemon_nondeb
+SSD: usr/local/bin/start-stop-daemon
 
 # start-stop-daemon:
-usr/local/bin/start-stop-daemon_nondeb: ../tools/start-stop-daemon_nondeb/start-stop-daemon_nondeb.c
+usr/local/bin/start-stop-daemon: ../tools/start-stop-daemon_nondeb/start-stop-daemon.c
 	@echo Compiling start-stop-daemon...
 	@gcc -Wall -Wextra -Wno-return-type -Os -o $@ $<
Index: /scripts/etc/init.d/7dtd.sh
===================================================================
--- /scripts/etc/init.d/7dtd.sh	(revision 6)
+++ /scripts/etc/init.d/7dtd.sh	(revision 7)
@@ -16,5 +16,4 @@
 
 NAME="7DtD"
-SCREENREF="sdtd"
 BINARYPATH=$SDTD_ROOT
 USER=$SDTD_USER
@@ -39,5 +38,5 @@
 	    else
 	    	export DISPLAY=localhost:1.0
-                start-stop-daemon --start --pidfile $SDTD_ROOT/$PIDFILE --background --make-pidfile --chuid $USER --user $USER --chdir $BINARYPATH --exec "/usr/bin/screen" -- -D -m -S $SCREENREF $RUNTIME $BINARYPATH/$BINARYNAME $OPTS
+                start-stop-daemon --start --pidfile $SDTD_ROOT/$PIDFILE --background --no-close --make-pidfile --chuid $USER --user $USER --chdir $BINARYPATH --exec  -- -D -m -S $SCREENREF $RUNTIME $BINARYPATH/$BINARYNAME $OPTS
                 sleep 1
             fi
