06-adduser_htp 222 B

12345678910111213
  1. #!/bin/sh
  2. set -e
  3. # Create the htp user.
  4. #
  5. # We run htpdate as this user, so that we can whitelist its
  6. # non-Torified outgoing packets.
  7. echo "Creating the htp user"
  8. adduser --system --quiet --group --no-create-home htp