diff --git a/container-config/act-runner/config.yaml b/container-config/forgejo-runner/config.yaml similarity index 100% rename from container-config/act-runner/config.yaml rename to container-config/forgejo-runner/config.yaml diff --git a/sandbox/etc/containers/systemd/act-runner.container b/sandbox/etc/containers/systemd/act-runner.container deleted file mode 100644 index 57c8cc1..0000000 --- a/sandbox/etc/containers/systemd/act-runner.container +++ /dev/null @@ -1,10 +0,0 @@ -[Container] -Image=code.forgejo.org/forgejo/runner:3.5.1 -SecurityLabelDisable=true -Exec=forgejo-runner daemon -c /etc/act-runner/config.yaml -Volume=/run/podman:/run/podman:U -Volume=/var/lib/system-config/container-config/act-runner/config.yaml:/etc/act-runner/config.yaml:z,ro -Volume=act-runner.volume:/data:U,Z -AutoUpdate=registry -[Install] -WantedBy=multi-user.target diff --git a/sandbox/etc/containers/systemd/forgejo-runner.container b/sandbox/etc/containers/systemd/forgejo-runner.container new file mode 100644 index 0000000..39b9e65 --- /dev/null +++ b/sandbox/etc/containers/systemd/forgejo-runner.container @@ -0,0 +1,10 @@ +[Container] +Image=code.forgejo.org/forgejo/runner:3.5.1 +SecurityLabelDisable=true +Exec=forgejo-runner daemon -c /etc/forgejo-runner/config.yaml +Volume=/run/podman:/run/podman:U +Volume=/var/lib/system-config/container-config/forgejo-runner/config.yaml:/etc/forgejo-runner/config.yaml:z,ro +Volume=forgejo-runner.volume:/data:U,Z +AutoUpdate=registry +[Install] +WantedBy=multi-user.target diff --git a/sandbox/etc/containers/systemd/act-runner.volume b/sandbox/etc/containers/systemd/forgejo-runner.volume similarity index 100% rename from sandbox/etc/containers/systemd/act-runner.volume rename to sandbox/etc/containers/systemd/forgejo-runner.volume