test runner services
Some checks failed
Build & Deploy / build (push) Failing after 2s
Build & Deploy / deploy (push) Has been skipped
CI / test-and-build (push) Successful in 1m36s

This commit is contained in:
djoser
2026-07-27 13:25:25 +00:00
parent 9c99027ea6
commit c202734a8c
4 changed files with 57 additions and 3 deletions

View File

@@ -0,0 +1,22 @@
[Unit]
Description=Gitea Actions Runner (webgpu-portfolio)
After=network.target docker.service
Requires=docker.service
[Service]
Type=simple
User=djoser
ExecStart=/usr/local/bin/act_runner daemon --config /home/djoser/.gitea-act-runner/config.yaml
WorkingDirectory=/home/djoser/.gitea-act-runner
Restart=always
RestartSec=5
# Security
NoNewPrivileges=yes
PrivateTmp=yes
ProtectSystem=strict
ProtectHome=read-only
ReadWritePaths=/home/djoser/.gitea-act-runner /home/djoser/.cache/actcache /var/run/docker.sock
[Install]
WantedBy=multi-user.target