From 1e3e2f81124188d14e1e3d6a116fb21e07e1e36d Mon Sep 17 00:00:00 2001 From: casjay Date: Fri, 30 Aug 2024 15:31:53 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/usr/local/etc/docker/init.d/01-tor.sh --- rootfs/usr/local/etc/docker/init.d/01-tor.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/usr/local/etc/docker/init.d/01-tor.sh b/rootfs/usr/local/etc/docker/init.d/01-tor.sh index 23c2768..0153cb2 100755 --- a/rootfs/usr/local/etc/docker/init.d/01-tor.sh +++ b/rootfs/usr/local/etc/docker/init.d/01-tor.sh @@ -102,8 +102,8 @@ SERVICE_PORT="9053" RUNAS_USER="root" # normally root # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # User and group in which the service switches to - IE: nginx,apache,mysql,postgres -#SERVICE_USER="tor" # execute command as another user -#SERVICE_GROUP="tor" # Set the service group +SERVICE_USER="tor" # execute command as another user +SERVICE_GROUP="tor" # Set the service group # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Set password length RANDOM_PASS_USER=""