Update gitea download and switch to xz files
XZ files are downloaded Change that any grep is replaced by jq command, and sed for " replace Add systemd service files as samples
This commit is contained in:
@@ -32,3 +32,13 @@ Run `install.sh <version>` to install the newest version
|
||||
Run `download-act_runner.sh` to download the latest file. Fill re-download as a different name if the same file is requested
|
||||
|
||||
Run `install-act_runner.sh <version>` to install the newest version
|
||||
|
||||
## Systemd
|
||||
|
||||
in the `systemd` folder are systemd service files that can be used with gitea and the act_runner
|
||||
|
||||
Note that in the gitea.service the "[Unit]" After= block needs to be adjusted depending on what services are used
|
||||
|
||||
[See more here](https://docs.gitea.com/installation/linux-service)
|
||||
|
||||
Copy them into `/etc/systemd/system/` and run `systemctl daemon-reload`, after that they can be launched with `systemctl start <name>` and enabled with `systemctl enable <name>`
|
||||
|
||||
Reference in New Issue
Block a user