06-adduser_tor-launcher 291 B

1234567891011121314
  1. #!/bin/sh
  2. set -e
  3. # Create the tor-launcher user.
  4. #
  5. # We run Tor Launcher under this user, and give it acces to Tor's
  6. # control port via adding it to the debian-tor group.
  7. echo "creating the tor-launcher user"
  8. adduser --system --quiet --group tor-launcher
  9. adduser tor-launcher debian-tor