Index: /scripts/etc/7dtd.conf
===================================================================
--- /scripts/etc/7dtd.conf	(revision 17)
+++ /scripts/etc/7dtd.conf	(revision 18)
@@ -21,2 +21,4 @@
 export WINE=/usr/bin/wine
 export XMLSTARLET=/usr/bin/xmlstarlet
+export PKILL=/usr/bin/pkill
+
Index: /scripts/etc/bash_completion.d/7dtd
===================================================================
--- /scripts/etc/bash_completion.d/7dtd	(revision 17)
+++ /scripts/etc/bash_completion.d/7dtd	(revision 18)
@@ -1,3 +1,4 @@
 . /usr/local/lib/7dtd/common.sh
+checkRootLoadConf
 
 _sdtd() {
Index: /scripts/usr/local/lib/7dtd/commands/start.sh
===================================================================
--- /scripts/usr/local/lib/7dtd/commands/start.sh	(revision 17)
+++ /scripts/usr/local/lib/7dtd/commands/start.sh	(revision 18)
@@ -29,4 +29,5 @@
 		
 		setAllPlayersOffline $1
+		rm $SDTD_BASE/engine/7DaysToDie_Data/output_log.txt
 		
 		SSD_PID="--pidfile $(getInstancePath $1)/7dtd.pid --make-pidfile"
@@ -40,5 +41,5 @@
 			SSD_MONITOR_PID="--pidfile $(getInstancePath $1)/monitor.pid --make-pidfile"
 			SSD_MONITOR_DAEMON="--background"
-			start-stop-daemon --start $SSD_PID $SSD_DAEMON --exec "/usr/local/lib/monitor-log.sh" -- "$1"
+			start-stop-daemon --start $SSD_MONITOR_PID $SSD_MONITOR_DAEMON --exec "/usr/local/lib/7dtd/monitor-log.sh" -- "$1"
 			echo "Done!"
 		else
Index: /scripts/usr/local/lib/7dtd/commands/stop.sh
===================================================================
--- /scripts/usr/local/lib/7dtd/commands/stop.sh	(revision 17)
+++ /scripts/usr/local/lib/7dtd/commands/stop.sh	(revision 18)
@@ -45,5 +45,5 @@
 		fi
 
-		start-stop-daemon --stop --pidfile $(getInstancePath $1)/monitor.pid
+		$PKILL -TERM -P $(cat $(getInstancePath $1)/monitor.pid)
 		rm $(getInstancePath $1)/monitor.pid
 		setAllPlayersOffline $1
Index: /scripts/usr/local/lib/7dtd/monitor-log.sh
===================================================================
--- /scripts/usr/local/lib/7dtd/monitor-log.sh	(revision 17)
+++ /scripts/usr/local/lib/7dtd/monitor-log.sh	(revision 18)
@@ -47,4 +47,6 @@
 echo >> $LOG
 
+sleep 5
+
 NOBUF="stdbuf -e0 -o0"
 
