Compare commits
2 commits
43b6760978
...
1104473546
Author | SHA1 | Date | |
---|---|---|---|
1104473546 | |||
07b2594d46 |
3 changed files with 129 additions and 117 deletions
8
.editorconfig
Normal file
8
.editorconfig
Normal file
|
@ -0,0 +1,8 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 4
|
|
@ -96,6 +96,10 @@ forgejo-runner register --instance "$RUNNER_INST_URL" --name "$RUNNER_NAME" --to
|
|||
mkdir -p ~/.config/systemd/user
|
||||
# Download the file "docs/forgejo-runner.service" from this repository to "~/.config/systemd/user"
|
||||
systemctl --user enable --now forgejo-runner
|
||||
# View logs by using:
|
||||
journalctl -xe --user-unit=forgejo-runner
|
||||
# View status by using:
|
||||
systemctl --user status forgejo-runner
|
||||
```
|
||||
|
||||
__Go into Forgejo and check that your runner is shown as UP__.
|
Loading…
Add table
Reference in a new issue