Skip to content

Commit

Permalink
add LaunchOnlyOnce key to login-window plist. Fixes a behaviour whe…
Browse files Browse the repository at this point in the history
…re login window tasks were executing continuously.
  • Loading branch information
Bart Reardon committed Jun 7, 2023
1 parent 09b1f03 commit de634e3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<dict>
<key>OnDemand</key>
<false/>
<key>LaunchOnlyOnce</key>
<true/>
<key>Program</key>
<array>
<string>/usr/local/outset/Outset.app/Contents/MacOS/Outset</string>
Expand Down

0 comments on commit de634e3

Please sign in to comment.