diff --git a/general/package/majestic/files/S95majestic b/general/package/majestic/files/S95majestic
index 3f4becc6..f18526fe 100755
--- a/general/package/majestic/files/S95majestic
+++ b/general/package/majestic/files/S95majestic
@@ -6,7 +6,7 @@ MAJESTIC_ARGS="-s"
 
 debug() {
 	ulimit -c unlimited
-	echo "/root/core.%e.%h.%t" > /proc/sys/kernel/core_pattern
+	echo "/tmp/core.%e.%h.%t" > /proc/sys/kernel/core_pattern
 }
 
 start() {