Matheus Sampaio Queiroga
3585848863
Some checks failed
/ build (amd64) (push) Successful in 9m48s
/ build (mips64le) (push) Successful in 6m16s
/ build (ppc64) (push) Successful in 6m8s
/ build (386) (push) Successful in 9m42s
/ build (s390x) (push) Successful in 6m13s
/ release (push) Failing after 1m33s
/ build (arm) (push) Successful in 9m37s
/ build (arm64) (push) Successful in 9m37s
/ build (mipsle) (push) Successful in 5m50s
/ build (loong64) (push) Successful in 9m35s
/ build (mips) (push) Successful in 9m36s
/ build (mips64) (push) Successful in 6m51s
/ build (riscv64) (push) Successful in 5m58s
/ build (ppc64le) (push) Successful in 6m10s
18 lines
324 B
Desktop File
18 lines
324 B
Desktop File
[Unit]
|
|
Description=Gitea runner
|
|
After=syslog.target
|
|
After=network.target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Group=root
|
|
Restart=always
|
|
RestartSec=2s
|
|
WorkingDirectory=/root
|
|
Environment=USER=root HOME=/etc/act_runner
|
|
ExecStart=/usr/bin/act_runner daemon --config /etc/act_runner/config.yaml
|