aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gitlab-runner/gitlab-runner.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gitlab-runner/gitlab-runner.initd')
-rw-r--r--testing/gitlab-runner/gitlab-runner.initd14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/gitlab-runner/gitlab-runner.initd b/testing/gitlab-runner/gitlab-runner.initd
deleted file mode 100644
index f0659a7ad3..0000000000
--- a/testing/gitlab-runner/gitlab-runner.initd
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/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
-}