From d436c2fc5cfadd4f9ee6c3ad191dbba39f76c621 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Tue, 28 Jun 2016 13:32:08 -0700 Subject: [PATCH] coreos-base/oem-azure: disable buffering on std* From the python manpage: - u Force stdin, stdout and stderr to be totally unbuffered. On systems where it matters, also put stdin, stdout and stderr in binarymode. --- .../coreos-overlay/coreos-base/oem-azure/files/cloud-config.yml | 2 +- .../{oem-azure-2.1.3.ebuild => oem-azure-2.1.3-r1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/coreos-base/oem-azure/{oem-azure-2.1.3.ebuild => oem-azure-2.1.3-r1.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-azure/files/cloud-config.yml b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-azure/files/cloud-config.yml index 2b48713355..0d6f9accdd 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-azure/files/cloud-config.yml +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-azure/files/cloud-config.yml @@ -31,7 +31,7 @@ coreos: Type=simple Restart=always RestartSec=5s - ExecStart=/usr/share/oem/python/bin/python /usr/share/oem/bin/waagent -daemon + ExecStart=/usr/share/oem/python/bin/python -u /usr/share/oem/bin/waagent -daemon - name: oem-cloudinit.service command: restart diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-azure/oem-azure-2.1.3.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-azure/oem-azure-2.1.3-r1.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-base/oem-azure/oem-azure-2.1.3.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-base/oem-azure/oem-azure-2.1.3-r1.ebuild