Mercurial Hosting > luan
annotate host/doc/autostart.txt @ 2024:fa8304b060d9
rename launching luan files
| author | Franklin Schmidt <fschmidt@gmail.com> | 
|---|---|
| date | Wed, 29 Oct 2025 21:12:53 -0600 | 
| parents | fd3d56f39450 | 
| children | 
| rev | line source | 
|---|---|
| 1632 | 1 Autostart macOS: | 
| 2 | |
| 3 1) Disable Mac OS SIP | |
| 4 https://developer.apple.com/library/content/documentation/Security/Conceptual/System_Integrity_Protection_Guide/ConfiguringSystemIntegrityProtection/ConfiguringSystemIntegrityProtection.html | |
| 5 Ask hosting support. | |
| 6 | |
| 7 2) Disable buit-in firewall | |
| 8 sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.pfctl.plist | |
| 9 | |
| 10 3) Add plists (need sudo password) | |
| 
1635
 
fd3d56f39450
rearrange startup files
 
Franklin Schmidt <fschmidt@gmail.com> 
parents: 
1632 
diff
changeset
 | 
11 cd macos | 
| 1632 | 12 ./addStartupScripts.sh | 
| 13 | |
| 14 If you need to remove plists use | |
| 
1635
 
fd3d56f39450
rearrange startup files
 
Franklin Schmidt <fschmidt@gmail.com> 
parents: 
1632 
diff
changeset
 | 
15 cd macos | 
| 1632 | 16 ./removeStartupScripts.sh | 
