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