I'm trying to get a Perforce server (p4d) to start when the Mac starts, but before anyone logs in. Specifically it's a Mac Mini running OS X 10.7.5. I have admin access, so that's not a problem.
Asked
Active
Viewed 350 times
1 Answers
2
You will want to use launchd and add a LaunchAgent.
There is also a GUI that can assist you with launchd called Lingon.
launchd man page
Brandon Kreisel
- 991