From 55efefa51b6396791740129b2ece1b09cc21348a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=89VEIL?= Date: Sat, 22 Feb 2014 17:16:55 +0100 Subject: [PATCH] fix log not showing messages sent to stdout by my_init --- image/my_init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/my_init b/image/my_init index 8dc911b..4f79192 100755 --- a/image/my_init +++ b/image/my_init @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python2 -u import os, sys, stat, signal, errno, argparse, time KILL_PROCESS_TIMEOUT = 5