mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 04:18:46 +00:00
fix log not showing messages sent to stdout by my_init
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user