5 # Create the tor-launcher user.
7 # We run Tor Launcher under this user, and give it acces to Tor's
8 # control port via adding it to the debian-tor group.
10 echo "creating the tor-launcher user"
12 adduser
--system --quiet --group tor-launcher
13 adduser tor-launcher debian-tor