summarylogtreecommitdiffstats
path: root/gitlab-runner.initd
blob: 4810a4caa13c9b6b76b1d4b5594d1352597e4de8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/openrc-run

description="GitLab Runner"

depend() {
    need net
}

supervisor=supervise-daemon
command="/usr/bin/gitlab-runner"
command_args="run --working-directory /var/lib/gitlab-runner --config /etc/gitlab-runner/config.toml --service gitlab-runner --user gitlab-runner"