PKGBUILDs/community/tor/tor.install
2015-12-18 05:03:16 +00:00

5 lines
122 B
Plaintext

post_install() {
groupadd -g 43 tor &>/dev/null
useradd -u 43 -g tor -d /var/lib/tor -s /bin/false tor &> /dev/null
}