Skip to content

Commit

Permalink
Remove older param (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
JabLuszko authored May 14, 2022
1 parent e2b5698 commit b489cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncio_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
numprocs = 2
numprocs_start = 1
process_name = mad_mitm_receiver_%(process_num)s
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
command=/opt/MAD/venv/bin/python3 /opt/MAD/start_mitmreceiver.py -os -vv --mitm_unix_socket=/tmp/mad_mitm_receiver_%(process_num)s.sock
environment=PATH="/opt/MAD/venv/bin:%(ENV_PATH)s"
user = www-data
directory=/opt/MAD
Expand Down

0 comments on commit b489cdf

Please sign in to comment.