Mercurial Hosting > luan
diff host/macos/startupScripts.sh @ 2062:5ede71739221
merge branches
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Sat, 15 Nov 2025 18:07:51 -0700 |
| parents | dd10659fcdb9 |
| children |
line wrap: on
line diff
--- a/host/macos/startupScripts.sh Sun Nov 09 11:32:18 2025 -0700 +++ b/host/macos/startupScripts.sh Sat Nov 15 18:07:51 2025 -0700 @@ -13,5 +13,7 @@ for file in *.plist; do sudo ln -sf ${localStartup}/${file} ${systemStarup}/${file}; sudo chown root:wheel ${localStartup}/${file}; + sudo launchctl unload ${systemStarup}/${file}; + sudo launchctl load ${systemStarup}/${file}; done; }
