Skip to content

Commit

Permalink
templates: Tidyups from #1960
Browse files Browse the repository at this point in the history
Add a blank line, add System as a session type, and copy the change into the other plist.
  • Loading branch information
DrJosh9000 committed Feb 27, 2023
1 parent 37735ef commit b46fa15
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/launchd.plist
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,14 @@
<key>BUILDKITE_AGENT_CONFIG</key>
<string>/Users/your-build-user/.buildkite-agent/buildkite-agent.cfg</string>
</dict>

<key>LimitLoadToSessionType</key>
<array>
<string>Aqua</string>
<string>LoginWindow</string>
<string>Background</string>
<string>StandardIO</string>
<string>System</string>
</array>
</dict>
</plist>
9 changes: 9 additions & 0 deletions templates/launchd_local_with_gui.plist
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,14 @@
<key>BUILDKITE_AGENT_CONFIG</key>
<string>/Users/your-build-user/.buildkite-agent/buildkite-agent.cfg</string>
</dict>

<key>LimitLoadToSessionType</key>
<array>
<string>Aqua</string>
<string>LoginWindow</string>
<string>Background</string>
<string>StandardIO</string>
<string>System</string>
</array>
</dict>
</plist>

0 comments on commit b46fa15

Please sign in to comment.