v0.3.0-5: fix UID/GID to 125, wait for user manager and podman socket
- Fix gitea-runner UID/GID to 125 for stable user@125.service unit name - Use BindsTo= for gitea-runner-podman.service dependency - Wait for user@125.service and Podman socket before runner starts - Add ExecStartPre socket wait loop (60s timeout) - Ship commented-out limits.conf drop-in for resource caps
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
Description=Podman API socket for Gitea Act Runner
|
||||
After=network.target systemd-logind.service
|
||||
After=network.target systemd-logind.service user@125.service
|
||||
Wants=user@125.service
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
|
||||
Reference in New Issue
Block a user