Difference between revisions of "GitHub Actions: svc.sh"

From wikieduonline
Jump to navigation Jump to search
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{lowercase}}
 
  
./svc.sh
+
 
 +
<code>./svc.sh</code>
 
    
 
    
Usage:
+
===Usage===
./svc.sh [install, start, stop, status, uninstall]
+
<code>[[~/actions-runner/]]svc.sh [install, start, stop, status, uninstall]</code>
  
 +
===Start===
 +
<code>./svc.sh start</code>
  
  ./svc.sh status
+
=== Status ===
 +
  ./[[svc.sh status]]
 
  status actions.runner.xxxx.yyyy:  
 
  status actions.runner.xxxx.yyyy:  
 
  not installed
 
  not installed
  
 +
./svc.sh status
 +
Stopped
 +
 +
===Install===
 +
./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 ==
 
== See also ==
 +
* {{GitHub Actions runner}}
 
* {{GitHub Actions}}
 
* {{GitHub Actions}}
  
 
[[Category:GitHub]]
 
[[Category:GitHub]]

Latest revision as of 10:14, 28 July 2023


./svc.sh

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]

Advertising: