1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/testing/gitlab-runner/gitlab-runner.initd
Rasmus Thomsen e1959f68d8 testing/gitlab-runner: upgrade to 12.1.0
* Add -openrc subpkg
* Add gitlab-runner user
* Cleanup
2019-08-11 18:08:26 -03: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
}