Initialize repo with docs on how to host runners
This commit is contained in:
commit
43b6760978
3 changed files with 118 additions and 0 deletions
16
docs/forgejo-runner.service
Normal file
16
docs/forgejo-runner.service
Normal file
|
@ -0,0 +1,16 @@
|
|||
[Unit]
|
||||
Description=Forgejo Runner
|
||||
Documentation=https://forgejo.org/docs/latest/admin/actions/
|
||||
After=podman-socket.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/forgejo-runner/.local/bin/forgejo-runner daemon
|
||||
ExecReload=/bin/kill -s HUP $MAINPID
|
||||
WorkingDirectory=/home/forgejo-runner
|
||||
|
||||
Restart=on-failure
|
||||
TimeoutSec=0
|
||||
RestartSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Add table
Add a link
Reference in a new issue