I'd like to write an app for the Mac App Store that involves installing a daemon. The daemon can be a dead-simple "Hello World" shell script, in either Bourne shell or Python. It should run automatically each time the machine boots.
I tried to get the script installed using packagemaker
, but was never able to quite figure it out (and then later learned that packagemaker was not compatible with the App Store anyway).
Is there a way to install a shell script, such that it runs automatically on reboot for Mac App Store apps?