Compare commits

...

1 Commits

Author SHA1 Message Date
71d7b4ba19 Add -u to README supervisor command 2025-10-30 17:32:38 -06:00

View File

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