mirror of
https://github.com/casjaysdevdocker/gitea
synced 2024-11-21 11:23:07 -05:00
🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh
This commit is contained in:
parent
50d7c85076
commit
cc3e81d3b7
@ -128,8 +128,8 @@ SERVICE_GROUP="git" # Set the service group
|
|||||||
#SERVICE_GID="0" # set the group id
|
#SERVICE_GID="0" # set the group id
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# execute command variables - keep single quotes variables will be expanded later
|
# execute command variables - keep single quotes variables will be expanded later
|
||||||
EXEC_CMD_BIN='act_runner' # command to execute
|
EXEC_CMD_BIN='' # command to execute
|
||||||
EXEC_CMD_ARGS='daemon --config $ETC_DIR/default_config.yaml' # command arguments
|
EXEC_CMD_ARGS='' # command arguments
|
||||||
EXEC_PRE_SCRIPT='' # execute script before
|
EXEC_PRE_SCRIPT='' # execute script before
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# Is this service a web server
|
# Is this service a web server
|
||||||
|
Loading…
Reference in New Issue
Block a user