Skip to content

Commit

Permalink
Update install-launch-agents.md
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 917aa44 commit 0b589db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/install-launch-agents.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")
![Logo](https://avatars.githubusercontent.com/u/151680118?s=200&v=4 "Logo")

**[↤ Getting Started](../README.md)**

Expand Down Expand Up @@ -28,12 +28,12 @@ Our [./install](../install) script does the following:
2. Adds [sdx-start](../bin/sdx-start) bash script to start a Sandbox after the computer boots or wakes up
3. Adds [sdx-stop](../bin/sdx-stop) bash script to stop a Sandbox when the computer shuts down or goes to sleep
4. Adds [boot-shutdown](../bin/boot-shutdown) bash script to call above scripts on shutdown and boot
5. Adds [com.sfccdevops.sleepwatcher.plist](../launchd/com.sfccdevops.sleepwatcher.plist) Launch Agent for Sleepwatcher events
6. Adds [com.sfccdevops.sandbox.plist](../launchd/com.sfccdevops.sandbox.plist) Launch Agent for Boot and Shutdown events
5. Adds [com.opensfcc.sleepwatcher.plist](../launchd/com.opensfcc.sleepwatcher.plist) Launch Agent for Sleepwatcher events
6. Adds [com.opensfcc.sandbox.plist](../launchd/com.opensfcc.sandbox.plist) Launch Agent for Boot and Shutdown events

### Installation Prompts

After running the installer, you will see a notice for a new `Background Items Added` entry for [boot-shutdown](../bin/boot-shutdown). This was registered by the [com.sfccdevops.sandbox.plist](../launchd/com.sfccdevops.sandbox.plist) Launch Agent when we requested to be notified as the computer started or was about to shut down.
After running the installer, you will see a notice for a new `Background Items Added` entry for [boot-shutdown](../bin/boot-shutdown). This was registered by the [com.opensfcc.sandbox.plist](../launchd/com.opensfcc.sandbox.plist) Launch Agent when we requested to be notified as the computer started or was about to shut down.

Clicking this notice will open the Login Items, where our [boot-shutdown](../bin/boot-shutdown) script is listed.

Expand Down

0 comments on commit 0b589db

Please sign in to comment.