From 328bfac4594cf572a3a34ab079f45974e69dc6b7 Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Wed, 13 Sep 2017 16:19:27 +0200 Subject: [PATCH] Unbuffer python... --- raspi/mgmt/sejf.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspi/mgmt/sejf.service b/raspi/mgmt/sejf.service index dc0b6a0..9551c43 100755 --- a/raspi/mgmt/sejf.service +++ b/raspi/mgmt/sejf.service @@ -3,7 +3,7 @@ Description=sejf After=lightdm.service [Service] -ExecStart=/usr/bin/python /home/pi/sejf/raspi/pySejf.py +ExecStart=/usr/bin/python -u /home/pi/sejf/raspi/pySejf.py Restart=always Environment=DISPLAY=:0 User=pi