Skip to content

Commit

Permalink
setup - added PYTHONUNBUFFERED environmental variable to service
Browse files Browse the repository at this point in the history
  • Loading branch information
superstes committed Jun 30, 2021
1 parent 16bb66e commit e1bdd7b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ StandardOutput=append:{{ ga_core_path_log }}/service.log
StandardError=append:{{ ga_core_path_log }}/service.log

Environment="PYTHONPATH={{ ga_core_path }}"
Environment="PYTHONUNBUFFERED=1"
Environment="GA_GROUP={{ ga_service_group }}"

[Install]
Expand Down

0 comments on commit e1bdd7b

Please sign in to comment.