Last active
August 29, 2015 13:56
-
-
Save bsmartt13/9176598 to your computer and use it in GitHub Desktop.
Setting up MIDAS as a daemon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Move the file to system wide LaunchDaemons. This location instructs the system to run it as root (required for MIDAS). | |
ninja:MIDAS bsmartt$ sudo cp alienvault_integration/com.labs.alienvault.midas.cron.plist /System/Library/LaunchDaemons/ | |
# Load the plist file | |
ninja:MIDAS bsmartt$ sudo launchctl load /System/Library/LaunchDaemons/com.labs.alienvault.midas.cron.plist | |
# To uninstall: | |
ninja:MIDAS bsmartt$ sudo launchctl unload /System/Library/LaunchDaemons/com.labs.alienvault.midas.cron.plist | |
ninja:MIDAS bsmartt$ sudo rm -rf /System/Library/LaunchDaemons/com.labs.alienvault.midas.cron.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment