# Configuration for /etc/init.d/forgejo-runner

# Path to the config file (--config).
#cfgfile="/etc/forgejo-runner/config.yaml"

# Path to the working directory (--working-directory).
#datadir="/var/lib/forgejo-runner"

# Path to the log file where stdout/stderr will be redirected.
# Leave empty/commented out to use syslog instead.
#output_log="/var/log/forgejo-runner.log"

# You may change this to root, e.g. to run jobs in LXC
#command_user="forgejo-runner"

# Comment out to run without process supervisor.
supervisor=supervise-daemon
