2 lines
47 B
Bash
2 lines
47 B
Bash
#!/bin/sh
|
|
exec /bin/tor -f /etc/tor/torrc 2>&1
|
#!/bin/sh
|
|
exec /bin/tor -f /etc/tor/torrc 2>&1
|