mirror of
https://github.com/actions/runner.git
synced 2025-12-12 23:46:12 +00:00
GitHub Actions Runner
This commit is contained in:
27
src/Misc/layoutbin/actions.runner.plist.template
Normal file
27
src/Misc/layoutbin/actions.runner.plist.template
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>{{SvcName}}</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>{{RunnerRoot}}/runsvc.sh</string>
|
||||
</array>
|
||||
<key>UserName</key>
|
||||
<string>{{User}}</string>
|
||||
<key>WorkingDirectory</key>
|
||||
<string>{{RunnerRoot}}</string>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
<key>StandardOutPath</key>
|
||||
<string>{{UserHome}}/Library/Logs/{{SvcName}}/stdout.log</string>
|
||||
<key>StandardErrorPath</key>
|
||||
<string>{{UserHome}}/Library/Logs/{{SvcName}}/stderr.log</string>
|
||||
<key>EnvironmentVariables</key>
|
||||
<dict>
|
||||
<key>ACTIONS_RUNNER_SVC</key>
|
||||
<string>1</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user