summaryrefslogblamecommitdiff
path: root/user/gitlab-runner/gitlab-runner.confd
blob: 05a3ac1bb6fa7beb15851aa50a28ac0c814f337d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                      
#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"