aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tor/tor.pre-install
blob: 5796d114f9c79124fc2f9ec5269014c5cc4d2070 (plain)
1
2
3
4
5
#!/bin/sh

adduser -S -h /var/run/tor -s /sbin/nologin -D -g tor tor 2>/dev/null

exit 0