Skip to content

Commit f3da021

Browse files
authored
Use Tunnel Helper to be run as exit node.
1 parent 9fecf30 commit f3da021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tribler.service

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Description=Tribler Market Service
55
User=root
66
Type=simple
77
RemainAfterExit=yes
8-
ExecStart=/usr/bin/python3 -m run_tribler_headless -p 8085
8+
ExecStart=/usr/bin/python3 -m run_tunnel_helper -p 8085 -x
99
Environment=PYTHONPATH=:/root/PlebNet/tribler/src/pyipv8:/root/PlebNet/tribler/src/anydex:/root/PlebNet/tribler/src/tribler-common:/root/PlebNet/tribler/src/tribler-core:/root/PlebNet/tribler/src/tribler-gui
1010

1111

1212
[Install]
13-
WantedBy=multi-user.target
13+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)