We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdb4dcf + 012e3dc commit 11ed504Copy full SHA for 11ed504
yalu102/reload
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
ls /etc/rc.d | while read a; do /etc/rc.d/$a; done
3
sleep 1
4
-launchctl unload $(ls /System/Library/LaunchDaemons/ | grep -v logd | grep -v ReportCrash | while read a; do printf /System/Library/LaunchDaemons/$a\ ; done)
+launchctl unload $(ls /System/Library/LaunchDaemons/ | grep -v logd | grep -v fud | grep -v ReportCrash | while read a; do printf /System/Library/LaunchDaemons/$a\ ; done)
5
launchctl unload /System/Library/NanoLaunchDaemons
6
7
launchctl load /Library/LaunchDaemons
0 commit comments