diff options
Diffstat (limited to 'testing/tor/tor.pre-install')
-rw-r--r-- | testing/tor/tor.pre-install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/tor/tor.pre-install b/testing/tor/tor.pre-install index 2353635791..5796d114f9 100644 --- a/testing/tor/tor.pre-install +++ b/testing/tor/tor.pre-install @@ -1,4 +1,5 @@ #!/bin/sh + adduser -S -h /var/run/tor -s /sbin/nologin -D -g tor tor 2>/dev/null -exit 0 +exit 0 |