mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
7 lines
320 B
Bash
Executable File
7 lines
320 B
Bash
Executable File
#!/bin/bash
|
|
|
|
/usr/bin/sudo /bin/launchctl load -w /System/Library/LaunchDaemons/com.apple.auditd.plist
|
|
|
|
# For Testing: After the above command executed:
|
|
# This will stop the service: /usr/bin/sudo /bin/launchctl stop com.apple.auditd
|
|
# This will start the service: /usr/bin/sudo /bin/launchctl start com.apple.auditd |