create lowpriv user

This commit is contained in:
vhsdream
2025-12-12 13:19:20 -05:00
parent 7e42c4d955
commit 9b4b0013ab
2 changed files with 3 additions and 0 deletions

View File

@@ -110,6 +110,8 @@ SHARES_ENABLED=true
# SHARES_ALLOW_ANONYMOUS=true
EOF
chmod 600 /etc/nextExplorer/.env
$STD useradd -U -s /bin/bash -m -d /home/explorer explorer
chown -R explorer:explorer "$APP_DIR" /etc/nextExplorer
msg_ok "Configured nextExplorer"
msg_info "Creating nextExplorer Service"