Skip to content

Commit

Permalink
Update com.sfccdevops.sandbox.plist
Browse files Browse the repository at this point in the history
Moving SFCC DevOps projects to OpenSFCC as part of a much larger Open Source Community Effort.
  • Loading branch information
manifestinteractive authored May 14, 2024
1 parent 82158c1 commit d6b6020
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions launchd/com.sfccdevops.sandbox.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<key>Debug</key>
<true/>
<key>Label</key>
<string>com.sfccdevops.sandbox</string>
<string>com.opensfcc.sandbox</string>
<key>ProgramArguments</key>
<array>
<string>~/.sfccdevops/boot-shutdown</string>
<string>~/.opensfcc/boot-shutdown</string>
</array>
<key>RunAtLoad</key>
<true/>
Expand All @@ -17,9 +17,9 @@
<key>LaunchOnlyOnce</key>
<true/>
<key>StandardOutPath</key>
<string>~/.sfccdevops/sandbox.log</string>
<string>~/.opensfcc/sandbox.log</string>
<key>StandardErrorPath</key>
<string>~/.sfccdevops/sandbox.log</string>
<string>~/.opensfcc/sandbox.log</string>
<key>ExitTimeOut</key>
<integer>600</integer>
</dict>
Expand Down

0 comments on commit d6b6020

Please sign in to comment.