From: Silvio Rhatto Date: Sat, 22 May 2021 13:20:45 +0000 (-0300) Subject: Fix: tor-onion-service: switch to apache2 and restart service X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=153b61a04dd47d818b21fa28f92105af559a01cd;p=trashman.git Fix: tor-onion-service: switch to apache2 and restart service --- diff --git a/share/trashman/tor-onion-service/unix/linux/debian/install b/share/trashman/tor-onion-service/unix/linux/debian/install index cc0953e..e3145a4 100755 --- a/share/trashman/tor-onion-service/unix/linux/debian/install +++ b/share/trashman/tor-onion-service/unix/linux/debian/install @@ -9,7 +9,8 @@ HIDDEN="/var/lib/tor/hidden/service" . $SHARE/trashman/debian || exit 1 # Requirements -trashman_apt_install tor lighttpd +#trashman_apt_install tor lighttpd +trashman_apt_install tor apache2 # Tor config cat <<-EOF > /etc/tor/torrc @@ -24,4 +25,4 @@ chmod -R 700 $HIDDEN chown -R debian-tor: $HIDDEN # Start Tor -service tor start +service tor restart