Skip to content

Commit b489cdf

Browse files
authored
Remove older param (#1248)
1 parent e2b5698 commit b489cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncio_readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
numprocs = 2
5252
numprocs_start = 1
5353
process_name = mad_mitm_receiver_%(process_num)s
54-
command=/opt/MAD/venv/bin/python3 /opt/MAD/start_mitmreceiver.py -os -vv -ec --mitm_unix_socket=/tmp/mad_mitm_receiver_%(process_num)s.sock
54+
command=/opt/MAD/venv/bin/python3 /opt/MAD/start_mitmreceiver.py -os -vv --mitm_unix_socket=/tmp/mad_mitm_receiver_%(process_num)s.sock
5555
environment=PATH="/opt/MAD/venv/bin:%(ENV_PATH)s"
5656
user = www-data
5757
directory=/opt/MAD

0 commit comments

Comments
 (0)