Difference between revisions of "GitHub Actions: svc.sh"
Jump to navigation
Jump to search
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
<code>./svc.sh</code> | <code>./svc.sh</code> | ||
===Usage=== | ===Usage=== | ||
− | + | <code>[[~/actions-runner/]]svc.sh [install, start, stop, status, uninstall]</code> | |
===Start=== | ===Start=== | ||
<code>./svc.sh start</code> | <code>./svc.sh start</code> | ||
− | ===Status=== | + | === Status === |
− | ./svc.sh status | + | ./[[svc.sh status]] |
status actions.runner.xxxx.yyyy: | status actions.runner.xxxx.yyyy: | ||
not installed | not installed | ||
Line 23: | Line 23: | ||
Creating /Users/administrator/Library/LaunchAgents/actions.runner.xxxxx.yyy.plist | Creating /Users/administrator/Library/LaunchAgents/actions.runner.xxxxx.yyy.plist | ||
Creating [[runsvc.sh]] | Creating [[runsvc.sh]] | ||
− | Creating .service | + | Creating [[.service]] |
svc install complete | svc install complete | ||
− | |||
== See also == | == See also == | ||
+ | * {{GitHub Actions runner}} | ||
* {{GitHub Actions}} | * {{GitHub Actions}} | ||
[[Category:GitHub]] | [[Category:GitHub]] |
Latest revision as of 10:14, 28 July 2023
./svc.sh
Contents
Usage[edit]
~/actions-runner/svc.sh [install, start, stop, status, uninstall]
Start[edit]
./svc.sh start
Status[edit]
./svc.sh status status actions.runner.xxxx.yyyy: not installed
./svc.sh status Stopped
Install[edit]
./svc.sh install Creating launch runner in /Users/administrator/Library/LaunchAgents/actions.runner.xxxxx.yyy.plist Creating /Users/administrator/Library/Logs/actions.runner.xxxxx.yyy Creating /Users/administrator/Library/LaunchAgents/actions.runner.xxxxx.yyy.plist Creating runsvc.sh Creating .service svc install complete
See also[edit]
- GitHub Actions runner, self hosted,
run.sh
,runsvc.sh, svc.sh, config.sh
- GitHub Actions,
act, .github/workflows/
,~/actions-runner/
,svc.sh
,deploy:, run:, runs-on:
,uses:
,steps:
,jobs:
,on:, env:, uses:, script:, continue-on-error:, template:, aws-actions, inputs:
,GITHUB_ENV, needs:, github.
, GitHub runner, my-docker-publish.yml, GitHub Actions variables, GitHub Actions contexts, GitHub Actions Importer, If:, SLSA, Actions Runner Controller (ARC),$GITHUB OUTPUT
,notify:
, Marketplace,GITHUB_TOKEN
Advertising: