Depend on the correct docker unit

Fix a warning when starting the units
This commit is contained in:
2025-02-12 20:37:03 +01:00
parent f772564598
commit b3bc71ec75
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ TimeoutSec=0
RestartSec=2
Restart=always
StartLimitBurst=3
StartLimitIntervalSec=60
StartLimitInterval=60
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
+1 -1
View File
@@ -1,7 +1,7 @@
[Unit]
Description=Gitea Actions runner using docker
Documentation=https://gitea.com/gitea/act_runner
After=docker.service
After=dockerd-rootless-user.service
[Service]
Environment=XDG_RUNTIME_DIR=/run/user/%U
+1 -1
View File
@@ -16,7 +16,7 @@ A runner for Gitea based on act.}
Name: gitea-act-runner
Version: 0.2.11
Release: %autorelease -b 3
Release: %autorelease
Summary: A runner for Gitea based on act.
%global act_runner_service %{name}.service