Wait for at least one sdmem job to complete.
[tails-test.git] / config / chroot_local-hooks / 06-adduser_htp
blob739a4efa32c261844217f2bd31e1444a0bf07aeb
1 #!/bin/sh
3 # Create the htp user.
5 # We run htpdate as this user, so that we can whitelist its
6 # non-Torified outgoing packets.
8 echo "creating the htp user"
10 adduser --system --quiet --group --no-create-home htp || :