1
0
mirror of /repos/baseimage-docker.git synced 2026-02-27 17:41:59 +01:00

Merge pull request #21 from thomasleveil/fix/unbuffered-stdout

Fix log not showing messages sent to stdout by my_init
This commit is contained in:
Hongli Lai
2014-02-24 13:21:43 +01:00

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2 #!/usr/bin/python2 -u
import os, sys, stat, signal, errno, argparse, time import os, sys, stat, signal, errno, argparse, time
KILL_PROCESS_TIMEOUT = 5 KILL_PROCESS_TIMEOUT = 5