Rename runner instance to avoid systemd hyphen escaping
instances.nix-container-builder becomes nix_container_builder so the service unit is gitea-runner-nix_container_builder.service instead of gitea-runner-nix\x2dcontainer\x2dbuilder.service. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
753fe90b49
commit
8aa85ca116
2 changed files with 2 additions and 2 deletions
|
|
@ -88,7 +88,7 @@ A native Forgejo Actions runner (`ringtail-nix-builder`) runs as a systemd servi
|
|||
| **Label** | `nix-container-builder` |
|
||||
| **Execution** | Host (no containers) |
|
||||
| **Token** | `/etc/forgejo-runner/token.env` (provisioned by Ansible) |
|
||||
| **Service unit** | `gitea-runner-nix-container-builder.service` |
|
||||
| **Service unit** | `gitea-runner-nix_container_builder.service` |
|
||||
|
||||
## Maintenance Notes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue