make wgkex output unbufferd

master
Niklas Yann Wettengel 3 years ago
parent d116d05912
commit 98b46e45eb

@ -3,7 +3,7 @@ Description=wgkex
After=network.target
[Service]
ExecStart=/opt/wgkex/.venv/bin/python /opt/wgkex/wgkex/worker/app.py
ExecStart=/opt/wgkex/.venv/bin/python -u /opt/wgkex/wgkex/worker/app.py
Restart=always
WorkingDirectory=/opt/wgkex
Environment=PYTHONPATH=/opt/wgkex

Loading…
Cancel
Save