1
0
mirror of /repos/baseimage-docker.git synced 2026-06-25 13:50:50 +02:00

fix log not showing messages sent to stdout by my_init

This commit is contained in:
Thomas LÉVEIL
2014-02-22 17:16:55 +01:00
parent 3eec5201da
commit 55efefa51b
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python2 -u
import os, sys, stat, signal, errno, argparse, time
KILL_PROCESS_TIMEOUT = 5