Sticktron лет назад: 8
Родитель
Сommit
bdc4534303
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      g0blin/reload

+ 3 - 3
g0blin/reload

@@ -1,9 +1,9 @@
 #!/bin/sh
 ls /etc/rc.d | while read a; do /etc/rc.d/$a; done
 sleep 1
-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)
-launchctl unload /System/Library/NanoLaunchDaemons
-sleep 1
+#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)
+#launchctl unload /System/Library/NanoLaunchDaemons
+#sleep 1
 launchctl load /Library/LaunchDaemons
 launchctl load /System/Library/LaunchDaemons
 launchctl load /System/Library/NanoLaunchDaemons