Mercurial Hosting > luan
comparison host/doc/autostart.txt @ 1632:0344a535b1db
add doc
author | fffilimonov |
---|---|
date | Tue, 14 Dec 2021 07:41:01 +0000 |
parents | |
children | fd3d56f39450 |
comparison
equal
deleted
inserted
replaced
1631:35c626c06dd5 | 1632:0344a535b1db |
---|---|
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) | |
11 ./addStartupScripts.sh | |
12 | |
13 If you need to remove plists use | |
14 ./removeStartupScripts.sh |