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"
 
