All checks were successful
Build and Deploy / build-deploy (push) Successful in 46s
14 lines
292 B
Desktop File
14 lines
292 B
Desktop File
[Unit]
|
|
Description=Gitea Actions Runner
|
|
After=network.target gitea.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/act_runner daemon --config /etc/act_runner/config.yaml
|
|
WorkingDirectory=/var/lib/act_runner
|
|
Environment=HOME=/root
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|