index
:
xilinux/buildfiles.git
master
Build scripts for the xilinux repos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
repo
/
tor
/
tor.pre-install
blob: cdeb7b4c5e5f2b41be05ecbdb4731c636a168ec9 (
plain
)
1
2
3
4
5
#!/bin/sh
adduser -S -D -H -h /var/lib/tor -s /sbin/nologin -g tor tor
2
>/dev/null
exit
0