blob: 05a3ac1bb6fa7beb15851aa50a28ac0c814f337d (
plain) (
tree)
|
|
#export CONFIG_FILE="/etc/gitlab-runner/config.toml"
#command_args="--working-directory /var/lib/gitlab-runner"
#logfile="/var/log/gitlab-runner.log"
# Time to wait (in seconds) when gracefully stopping before forcefully
# stopping.
#timeout="300"
# Time to wait (in seconds) when forcefully stopping the server before
# giving up. The runner can be a little slower than the OpenRC default
# of 5 seconds to stop when jobs are running.
#retry="60"
# Run user service (default):
#command_user="gitlab-runner:gitlab-runner"
# Run system service:
#command_user="root:root"
|