summaryrefslogtreecommitdiff
path: root/package/tor/files/tor.postinst
blob: 42f8c920dd52d37196163800d323c95a819a527d (plain)
1
2
3
4
5
6
#!/bin/sh
. $IPKG_INSTROOT/etc/functions.sh
add_rcconf tor NO
gid=$(get_next_gid)
add_group tor $gid
add_user tor $(get_next_uid) $gid /etc/tor