Skip to content

Commit

Permalink
Rename tunnel_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Mar 9, 2022
1 parent 88f0978 commit 676e02d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/systemd/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Environment=PYTHONPATH=./src

WorkingDirectory=/opt/tribler
ExecStartPre=/bin/mkdir -p ${HOME}
ExecStart=/usr/bin/python3 scripts/tunnel_helper/run_tunnel_helper.py $EXTRA_TUNNEL_ARGS
ExecStart=/usr/bin/python3 scripts/exit_node/run_exit_node.py.py $EXTRA_TUNNEL_ARGS

[Install]
WantedBy=multi-user.target
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bandwidth Crawler
# Exit Node

## Requirements

Expand All @@ -8,5 +8,5 @@
## Execution

```shell
python3 run_tunnel_helper.py
python3 run_exit_node.py
```
File renamed without changes.

0 comments on commit 676e02d

Please sign in to comment.