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