Imported from archive.
[mudpy.git] / mudpy
diff --git a/mudpy b/mudpy
index c295fd4..230ab0e 100755 (executable)
--- a/mudpy
+++ b/mudpy
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 u"""Skeletal executable for the mudpy engine."""
 
@@ -14,7 +14,7 @@ import sys
 mudpy.log(u"Started mudpy with command line: " + u" ".join(sys.argv))
 
 # fork and disassociate
-mudpy.daemonize()
+mudpy.daemonize(mudpy.universe)
 
 # make the pidfile
 mudpy.create_pidfile(mudpy.universe)