From ddfedf5df00df4ed502086a312c20da330804d7f Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 14 Aug 2024 16:46:20 -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/08-gitea.sh rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh --- rootfs/usr/local/etc/docker/init.d/08-gitea.sh | 6 +++--- rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rootfs/usr/local/etc/docker/init.d/08-gitea.sh b/rootfs/usr/local/etc/docker/init.d/08-gitea.sh index ce8e277..5cfe4e3 100755 --- a/rootfs/usr/local/etc/docker/init.d/08-gitea.sh +++ b/rootfs/usr/local/etc/docker/init.d/08-gitea.sh @@ -96,11 +96,11 @@ WORK_DIR="" SERVICE_PORT="8000" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # User to use to launch service - IE: postgres -RUNAS_USER="gitea" # normally root +RUNAS_USER="git" # normally root # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # User and group in which the service switches to - IE: nginx,apache,mysql,postgres -SERVICE_USER="gitea" # execute command as another user -SERVICE_GROUP="gitea" # Set the service group +SERVICE_USER="git" # execute command as another user +SERVICE_GROUP="git" # Set the service group # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Set user and group ID #SERVICE_UID="0" # set the user id diff --git a/rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh b/rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh index 6bce086..3d2c828 100755 --- a/rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh +++ b/rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh @@ -99,8 +99,8 @@ SERVICE_PORT="44015" RUNAS_USER="root" # normally root # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # User and group in which the service switches to - IE: nginx,apache,mysql,postgres -#SERVICE_USER="act_runner" # execute command as another user -#SERVICE_GROUP="act_runner" # Set the service group +#SERVICE_USER="git" # execute command as another user +#SERVICE_GROUP="git" # Set the service group # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Set user and group ID #SERVICE_UID="0" # set the user id