Add -u to README supervisor command

This commit is contained in:
2025-10-30 17:32:38 -06:00
parent 0860e6d023
commit 71d7b4ba19

View File

@@ -69,7 +69,7 @@ Set config to:
[program:protoflap]
user=root
directory=/root/protoflap
command=/usr/bin/python /root/protoflap/protoflap.py
command=/usr/bin/python -u /root/protoflap/protoflap.py
stopsignal=INT
stopasgroup=true
killasgroup=true