Updated code to LaunchDaemons

Updated launchctl with LaunchDaemons per Yong Rhee.
This commit is contained in:
jdmartinez36
2020-06-30 16:38:07 -06:00
parent 1793522bb6
commit 69a29a9eb1

View File

@ -68,7 +68,7 @@ While you can start a threat scan at any time with Microsoft Defender ATP, your
4. To load your file into **launchd**, enter the following commands: 4. To load your file into **launchd**, enter the following commands:
```bash ```bash
`$ launchctl load ~/Library/LaunchAgents/<your file name.plist>` `$ launchctl load ~/Library/LaunchDaemons/<your file name.plist>`
`$ launchctl start <your file name>` `$ launchctl start <your file name>`
``` ```