contrib/tor/pre-install

9 lines
191 B
Plaintext
Raw Normal View History

2020-12-13 17:06:17 +01:00
#!/bin/sh
/usr/bin/getent group tor || /usr/sbin/groupadd -r tor
/usr/bin/getent passwd tor || /usr/sbin/useradd -r -d /var/lib/tor -s /bin/false tor
/usr/bin/passwd -l tor
# End of file