mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 07:51:03 +02:00
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.
This commit is contained in:
parent
bbed03720e
commit
d436c2fc5c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user