setting runlevels was set to the wrong path. FIXED
[util-vserver-pl.git] / python / vserver.py
index 4fc552d..8aa410e 100644 (file)
@@ -380,7 +380,7 @@ class VServer:
 
 
         # set the initial runlevel
-        vserverimpl.setrunlevel(self.dir + "/utmp", runlevel)
+        vserverimpl.setrunlevel(self.dir + "/var/run/utmp", runlevel)
 
         # mount /proc and /dev/pts
         self.__do_mount("none", self.dir, "/proc", "proc")