initial
This commit is contained in:
13
bin/start.sh
Normal file
13
bin/start.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
tor -f /etc/tor/torrc &
|
||||
|
||||
sleep 10
|
||||
|
||||
if [ -t 1 ]; then
|
||||
echo "Starte Nyx zur Überwachung von Tor..."
|
||||
nyx &
|
||||
fi
|
||||
|
||||
exec privoxy --no-daemon /etc/privoxy/config
|
||||
Reference in New Issue
Block a user