Tagged Questions
1
vote
1answer
35 views
Where does mysql register to start itself at boot time?
I've got a Macbook Air that is starting mysql on boot. I've looked in LaunchAgents, LaunchDaemons, .bash_profile and .profile and login items. It's also not in /etc/rc.local.
Where else can I look?
...
1
vote
1answer
271 views
What is PPPMonitord.app?
I was looking to disable some startup daemons and apps on my Mountain Lion iMac, and I noticed that inside /Library/LaunchDaemons there is a file called cn.com.zte.PPPMonitor.plist which point to an ...
1
vote
2answers
906 views
How can I launch a daemon process as a specified user at boot without an interactive login?
I'm trying to setup a TeamCity Build Agent on a Mac Mini Server running 10.7.3. I have successfully got it running and building but only if I login and launch the process manually.
We'd prefer to ...
0
votes
2answers
460 views
How to make the pcscd daemon load at startup on Lion?
I've got an obscure cryptographic USB token that works pretty good with Lion except I need to run...
sudo /usr/sbin/pcscd -adf
...each time I want to use it because it doesn't load automatically.
...