# SPDX-FileCopyrightText: 2026 Stan Grams # SPDX-License-Identifier: GPL-2.0-or-later # # Per-instance settings for an act_runner OpenRC service. # Copy to /etc/conf.d/, e.g. /etc/conf.d/act_runner.trx-rs # (the name must match the /etc/init.d/ symlink). # User that runs the daemon. Must be a member of the `docker` group. runner_user="act" # Per-instance state dir (holds the .runner registration) and config file, # so two runners on one host stay independent. runner_dir="/var/lib/act_runner/trx-rs" runner_config="/etc/act_runner/trx-rs.yaml"