summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2020-07-17 22:21:38 -0400
committerredfish2020-07-17 22:21:38 -0400
commita7a32fdb05f5d5051fe38b5d9305d965ff6c78d3 (patch)
treeabd58494773f7ef900b03f63a510c201bea230b2
parentee67c9fd530c42cb1b8773d0b94a8a4ea1329827 (diff)
downloadaur-a7a32fdb05f5d5051fe38b5d9305d965ff6c78d3.tar.gz
install: add user to tor group
-rw-r--r--stemns.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/stemns.install b/stemns.install
index f89b7df3bc60..1c3c0c25cd80 100644
--- a/stemns.install
+++ b/stemns.install
@@ -1,7 +1,7 @@
post_install() {
getent passwd stemns &>/dev/null || {
echo -n ">>> Creating stemns user... "
- useradd --system --user-group -m --home /var/lib/stemns stemns
+ useradd --system --user-group -G tor -m --home /var/lib/stemns stemns
echo "done"
} # NOTE: we do not autoremove user due to security concerns (Arch policy)