5 # Create the vidalia user.
7 # We run vidalia under this user,
8 # which belongs to the debian-tor group.
10 echo "Creating the vidalia user"
12 adduser
--system --quiet --group --no-create-home vidalia
13 adduser vidalia debian-tor
14 chown
-R vidalia
:vidalia
/home
/vidalia