🗃️ Committing everything that changed 🗃️

rootfs/usr/local/bin/entrypoint.sh
This commit is contained in:
casjay 2025-01-06 14:33:49 -05:00
parent c0baa184a1
commit c90a1d06f8
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -73,8 +73,8 @@ unset set_env
RUNAS_USER="root" # normally root RUNAS_USER="root" # normally root
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# User and group in which the service switches to - IE: nginx,apache,mysql,postgres # User and group in which the service switches to - IE: nginx,apache,mysql,postgres
SERVICE_USER="" # execute command as another user SERVICE_USER="root" # execute command as another user
SERVICE_GROUP="" # Set the service group SERVICE_GROUP="root" # Set the service group
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Set user and group ID # Set user and group ID
SERVICE_UID="0" # set the user id SERVICE_UID="0" # set the user id