Skip to main content

All Questions

Tagged with
2 votes
1 answer
2k views

What is this Login Item - Allow in the Background? [duplicate]

It is listed as Mark Allan, I imagine the software author or company.
foamroll's user avatar
  • 309
1 vote
1 answer
2k views

How can I make a LaunchDaemon run an app at login?

I have an internally-maintained macOS app for my macOS Catalina-based enterprise environment which: Must run as root (it accesses a privileged device API) Runs in the background without a UI (via ...
eckenrod's user avatar
  • 173
0 votes
1 answer
431 views

Script to run Adobe Update Remote Manager as Launch Daemon at Boot without MDM

Scenario: I need to figure out how to run the /usr/local/bin/RemoteUpdateManager at DeepFreeze maintenance cycle. During this maintenance cycle, the computers will restart to the login screen and ...
DankDalf's user avatar
4 votes
2 answers
8k views

macOS Catalina: execute bash script on boot with launchctl

Before updating to Catalina (10.15.1) my agent based on a bash script was working perfectly. I had set the agent in order to execute the bash script on boot. Here is the plist file: <?xml ...
suikoy's user avatar
  • 153
4 votes
2 answers
652 views

What are the various auto launch paths mean in OSX?

I'm trying to track down sneaky apps that launch upon reboot. They are not in System Preferences > Users and Groups > Login items and the in-app preferences for auto starting is disabled too for ...
TruMan1's user avatar
  • 153
2 votes
2 answers
12k views

Make sysctl changes at startup

I'd like to change the default smb settings at startup to remove timeouts. I have the following script; #!/bin/sh sysctl net.smb.fs.kern_deadtimer=0 sysctl net.smb.fs.kern_hard_deadtimer=0 sysctl ...
Jack Westmore's user avatar
3 votes
2 answers
5k views

How do I kill a daemon and not have it open up again if I can't find it in the LaunchAgents or LaunchDaemons?

So I think I downloaded a program from Avatron called Airconnect. I'm not sure, but their website was purple when I looked it up. Anyway, now everytime I check my activity monitor, com.avatron....
Joe's user avatar
  • 293
5 votes
1 answer
3k views

Where does the OS X routing table come from?

Trying to find out where the initial routing configuration for OS X is stored (plist, or wherever), and what happens at startup to read that configuration and configure the network interface(s).
Ric Steinberger's user avatar
1 vote
1 answer
69 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?
jsd's user avatar
  • 656
2 votes
1 answer
5k 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 ...
Nicu Surdu's user avatar
3 votes
2 answers
4k 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 ...
Wyatt Barnett's user avatar
0 votes
2 answers
2k 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. ...
Alexander's user avatar