Add -u to README supervisor command
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user