On Jan 23, 2016, at 15:30, Werner Nemecek <[email protected]> wrote: > > Hello, > > is it possible to configure macports apache2 + php + mysql to startup only > when loggin in with a specific user? > I use two seperate user accounts for my private stuff and my work related > stuff and I don’t want apache loaded automatically on system boot.
There's nothing built into MacPorts to do that. But you can write a launchd plist to do that and place it in your user's LaunchAgents folder. You may be able to reuse most of the launchd plists MacPorts creates in the system's LaunchDaemons folder. _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
