chore: add python unbuffered to systemd unit files
Deploy / deploy (push) Successful in 1m10s

This commit is contained in:
Benjamin Labrecque
2026-07-24 16:37:33 +02:00
parent 1aa55ccae3
commit f758bfe807
19 changed files with 19 additions and 0 deletions
@@ -4,6 +4,7 @@ After=network.target
[Service]
Environment=AGEBD_ENV={{ agebd_env }}
Environment=PYTHONUNBUFFERED=1
ExecStart=/sls/bd/hla/{{ agebd_env }}/bin/start_service.sh TEST-SERVICE
Restart=no