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