comparison host/doc/autostart.txt @ 1635:fd3d56f39450

rearrange startup files
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 14 Dec 2021 18:50:43 -0700
parents 0344a535b1db
children
comparison
equal deleted inserted replaced
1634:894d9069c792 1635:fd3d56f39450
6 6
7 2) Disable buit-in firewall 7 2) Disable buit-in firewall
8 sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.pfctl.plist 8 sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.pfctl.plist
9 9
10 3) Add plists (need sudo password) 10 3) Add plists (need sudo password)
11 cd macos
11 ./addStartupScripts.sh 12 ./addStartupScripts.sh
12 13
13 If you need to remove plists use 14 If you need to remove plists use
15 cd macos
14 ./removeStartupScripts.sh 16 ./removeStartupScripts.sh