1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/community/gitlab-runner/gitlab-runner.initd
2019-08-20 16:27:17 +00:00

14 lines
260 B
Text

#!/sbin/openrc-run
supervisor=supervise-daemon
description="GitLab CI Runner"
name="Gitlab Runner"
command="/usr/bin/gitlab-runner"
command_args="run ${GITLAB_RUNNER_OPTS}"
command_user="${GITLAB_RUNNER_USER}:${GITLAB_RUNNER_GROUP}"
depend() {
need net
}