]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docker: use unbuffered output in init 10042/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 2 Feb 2021 12:31:15 +0000 (13:31 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 2 Feb 2021 13:12:35 +0000 (14:12 +0100)
dockerdata/startup.py

index 7819cc306e266c8e68ae90e1a100a3c5b1b69df4..8d738fd3e34d9c9ed5f122bb5d91c73af237d01a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env -S python3 -u
 import os
 import sys
 import jinja2