Journalctl no muestra todas las impresiones de Python
# restart service to flush your output buffer or add this to your code
import sys
print("Hello")
sys.stdout.flush()
Arno Deceuninck