2014/03/04

OS X 10.9.2: mv-unloaded-daemon-plist

http://midorex.blogspot.com/2014/03/os-x-1092-unload-daemon.html
で unload したdaemon plist を移動。

#!/bin/bash
# mv-unloaded-daemon.sh
# OS X 10.9.2
#
home=$HOME
d=$home/backup-unload-daemon

sudo mv /System/Library/LaunchDaemons/com.apple.smb.preferences.plist $d

# aosnotifyd -- Find My Mac daemon
sudo mv /System/Library/LaunchDaemons/com.apple.AOSNotificationOSX.plist $d
sudo mv /System/Library/LaunchDaemons/com.apple.locationd.plist $d

sudo mv /System/Library/LaunchDaemons/com.apple.cmio.AVCAssistant.plist $d
sudo mv /System/Library/LaunchDaemons/com.apple.cmio.VDCAssistant.plist $d

sudo mv /System/Library/LaunchDaemons/com.apple.iCloudStats.plist $d
sudo mv /System/Library/LaunchDaemons/com.apple.wwand.plist $d

sudo mv /System/Library/LaunchDaemons/com.apple.AirPlayXPCHelper.plist $d

# blued
sudo mv /System/Library/LaunchDaemons/com.apple.blued.plist $d
sudo mv /System/Library/LaunchDaemons/com.apple.bluetoothaudiod.plist $d
sudo mv /System/Library/LaunchDaemons/com.apple.IOBluetoothUSBDFU.plist $d

sudo mv /System/Library/LaunchDaemons/com.apple.rpcbind.plist $d
sudo mv /System/Library/LaunchDaemons/org.postfix.master.plist $d

sudo mv /System/Library/LaunchDaemons/com.apple.spindump.plist $d
sudo mv /System/Library/LaunchDaemons/com.apple.spindump_symbolicator.plist $d

# metadata
sudo mv /System/Library/LaunchDaemons/com.apple.metadata.mds.index.plist $d
sudo mv /System/Library/LaunchDaemons/com.apple.metadata.mds.spindump.plist $d
sudo mv /System/Library/LaunchDaemons/com.apple.metadata.mds.scan.plist $d
sudo mv /System/Library/LaunchDaemons/com.apple.metadata.mds.plist $d

sudo mv /System/Library/LaunchDaemons/com.apple.lockd.plist $d
sudo mv /System/Library/LaunchDaemons/com.apple.nis.ypbind.plist $d

sudo mv /System/Library/LaunchDaemons/com.apple.mbicloudsetupd.plist $d
sudo mv /System/Library/LaunchDaemons/com.apple.gssd.plist $d
sudo mv /System/Library/LaunchDaemons/com.apple.findmymac.plist $d
sudo mv /System/Library/LaunchDaemons/com.apple.findmymacmessenger.plist $d
sudo mv /System/Library/LaunchDaemons/com.apple.cmio.IIDCVideoAssistant.plist $d
sudo mv /System/Library/LaunchDaemons/com.apple.afpfs_checkafp.plist $d
sudo mv /System/Library/LaunchDaemons/com.apple.afpfs_afpLoad.plist $d

# Apple Push Notification service daemon
sudo mv /System/Library/LaunchDaemons/com.apple.apsd.plist $d
# awacsd -- Apple Wide Area Connectivity Service daemon
sudo mv /System/Library/LaunchDaemons/com.apple.awacsd.plist $d

# share service
sudo mv /System/Library/LaunchDaemons/com.apple.RFBEventHelper.plist $d
sudo mv /System/Library/LaunchDaemons/com.apple.cmio.AppleCameraAssistant.plist $d

sudo mv /System/Library/LaunchDaemons/com.apple.mdmclient.daemon.plist $d
# revision
sudo mv /System/Library/LaunchDaemons/com.apple.revisiond.plist $d

0 件のコメント: