Files
webgpu-portfolio/webhook/gitea-runner.service
djoser c202734a8c
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
test runner services
2026-07-27 13:25:25 +00:00

23 lines
549 B
Desktop File

[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