From e1959f68d8b514ffd1f8702468c249704f4ca298 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Sun, 11 Aug 2019 21:34:00 +0200 Subject: testing/gitlab-runner: upgrade to 12.1.0 * Add -openrc subpkg * Add gitlab-runner user * Cleanup --- testing/gitlab-runner/gitlab-runner.initd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 testing/gitlab-runner/gitlab-runner.initd (limited to 'testing/gitlab-runner/gitlab-runner.initd') diff --git a/testing/gitlab-runner/gitlab-runner.initd b/testing/gitlab-runner/gitlab-runner.initd new file mode 100644 index 0000000000..f0659a7ad3 --- /dev/null +++ b/testing/gitlab-runner/gitlab-runner.initd @@ -0,0 +1,14 @@ +#!/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 +} -- cgit v1.2.3