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

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
  Usage:
 
  Usage:
 
  ./svc.sh [install, start, stop, status, uninstall]
 
  ./svc.sh [install, start, stop, status, uninstall]
 
  
 
  ./svc.sh status
 
  ./svc.sh status
Line 18: Line 17:
 
  Creating .service
 
  Creating .service
 
  svc install complete
 
  svc install complete
 
  
 
  ./svc.sh status
 
  ./svc.sh status
 
  Stopped
 
  Stopped
  
  ./svc.sh start
+
*<code>./svc.sh start</code>
  
  

Revision as of 12:09, 7 October 2021

./svc.sh
 
Usage:
./svc.sh [install, start, stop, status, uninstall]
./svc.sh status
status actions.runner.xxxx.yyyy: 
not installed
./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
./svc.sh status
Stopped
  • ./svc.sh start


See also

Advertising: