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