🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/zz-nextcloud.sh
This commit is contained in:
casjay 2024-07-07 15:50:35 -04:00
parent a2b6fd7388
commit 52a8e05ea0
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -119,9 +119,9 @@ SERVICE_UID="0" # set the user id
SERVICE_GID="0" # set the group id
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# execute command variables - keep single quotes variables will be expanded later
EXEC_CMD_BIN='next-cloud' # command to execute
EXEC_CMD_ARGS='' # command arguments
EXEC_PRE_SCRIPT='' # execute script before
EXEC_CMD_BIN='next-cloud' # command to execute
EXEC_CMD_ARGS='' # command arguments
EXEC_PRE_SCRIPT='sleep 60' # execute script before
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Is this service a web server
IS_WEB_SERVER="no"