Update docs/dev/hosting.md
Some checks failed
Compile Telodendria / Compile Telodendria (x86_64, alpine-v3.19) (push) Successful in 19s
Compile Telodendria / Compile Telodendria (x86, alpine-v3.19) (push) Successful in 24s
Compile Telodendria / Compile Telodendria (x86_64, freebsd-v14.0) (push) Failing after 24s
Compile Telodendria / Compile Telodendria (x86, debian-v12.4) (push) Successful in 31s
Compile Telodendria / Compile Telodendria (x86_64, debian-v12.4) (push) Successful in 30s
Compile Telodendria / Compile Telodendria (x86, netbsd-v9.3) (push) Successful in 42s
Compile Telodendria / Compile Telodendria (x86, freebsd-v14.0) (push) Failing after 42s
Compile Telodendria / Compile Telodendria (x86_64, netbsd-v9.3) (push) Successful in 50s
Compile Telodendria / Compile Telodendria (x86_64, openbsd-v7.4) (push) Successful in 1m38s
Some checks failed
Compile Telodendria / Compile Telodendria (x86_64, alpine-v3.19) (push) Successful in 19s
Compile Telodendria / Compile Telodendria (x86, alpine-v3.19) (push) Successful in 24s
Compile Telodendria / Compile Telodendria (x86_64, freebsd-v14.0) (push) Failing after 24s
Compile Telodendria / Compile Telodendria (x86, debian-v12.4) (push) Successful in 31s
Compile Telodendria / Compile Telodendria (x86_64, debian-v12.4) (push) Successful in 30s
Compile Telodendria / Compile Telodendria (x86, netbsd-v9.3) (push) Successful in 42s
Compile Telodendria / Compile Telodendria (x86, freebsd-v14.0) (push) Failing after 42s
Compile Telodendria / Compile Telodendria (x86_64, netbsd-v9.3) (push) Successful in 50s
Compile Telodendria / Compile Telodendria (x86_64, openbsd-v7.4) (push) Successful in 1m38s
This commit is contained in:
parent
fde2b26857
commit
dede82ad33
1 changed files with 15 additions and 1 deletions
|
@ -77,4 +77,18 @@ User=runner
|
|||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
```
|
||||
```
|
||||
|
||||
Then just `systemctl enable act_runner` and `systemctl start act_runner`.
|
||||
|
||||
#### Other
|
||||
|
||||
Eventually I got sick of writing init scripts for all the various operating systems.
|
||||
|
||||
Just put this in `runner`'s `crontab`:
|
||||
|
||||
```
|
||||
@reboot cd /home/runner/act_runner && ./act_runner daemon
|
||||
```
|
||||
|
||||
That seems to do the job good enough, and it's cross platform.
|
Loading…
Reference in a new issue