From 71d7b4ba19cdc80878ee10f0416edf8bc98b6ba1 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Thu, 30 Oct 2025 17:32:38 -0600 Subject: [PATCH] Add -u to README supervisor command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e61ebfd..611cad1 100644 --- a/README.md +++ b/README.md @@ -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