#!/sbin/openrc-run # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 command="/usr/bin/gitlab-runner" command_args="run ${RUNNER_OPTS}" command_background="yes" command_user="${USER:-gitlab-runner}:${GROUP:-gitlab}" description="GitLab Runner" name="Gitlab Runner" pidfile="/run/gitlab-runner/${RC_SVCNAME}.pid" depend() { need net }