Skip to main content

Questions tagged [daemons]

macOS, which is a Unix system, uses daemons. A daemon is a computer program that runs as a background process, rather than being under the direct control of an interactive user.

1 vote
1 answer
12k views

What is daemon user on mac?

I installed XAMPP on mac and it uses the user daemon. I have trouble accessing an external site that I have setup for which I am getting "Access Denied" error. This is likely because daemon user does ...
TheTechGuy's user avatar
1 vote
1 answer
2k views

Can I run a torrent client + Plex Media Server as "services"?

I'm using an old iMac as a torrent client & Plex Media Server. But I would like those to run as "services", i.e., not as part of a User account, and without having to log in.
d0g's user avatar
  • 4,002
0 votes
1 answer
977 views

on-demand launch agent restarting automatically

As title says I have created a on-demand launch agent that listens to socket and is launched on incoming connection. It works well and after it has done it's job I want to quit it. After quitting ...
superg's user avatar
  • 101
0 votes
1 answer
657 views

Setting .plist path to user Library

I have created a OS X launch agent that is installed per user. It is listening socket and automatically launched when socket connection arrives. On my .plist I have <key>ProgramArguments<...
superg's user avatar
  • 101
2 votes
1 answer
6k views

Need to know what's the contents of /var/db/launchd.db/com.apple.launchd/overrides.plist from Mac OS X Mountain Lion?

I accidentally issued the following command: # launchctl load -w /System/Library/LaunchDaemons/ I wish to see outputs of mac os x mountain lion launchd% list command. See below on pastie the current ...
Marcel's user avatar
  • 123
9 votes
3 answers
27k views

How to have sshd re-read its config file (without killing ssh connections)?

How can I get the ssh server to re-read its configuration file (/etc/sshd_config), without killing existing ssh connections? EDIT: If I run kill -HUP <SSHD_PID> I kill the connection.
kjo's user avatar
  • 1,020
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
4 votes
1 answer
2k views

Daemons or other processes responsible for dictation in 10.8?

Dictation in Mountain Lion is a nice little feature that works great for me. However I often need to switch between dictation languages, so going through the System Preferences is way too many clicks ...
René's user avatar
  • 3,944
3 votes
0 answers
660 views

Guide on removing unused Agents and Daemons to speed up MacOS

Can you point me to a good guide on spotting and getting rid of running Agents, Daemons and Processes that aren't useful to me anyway and are taking up memory and CPU cycles?
Petruza's user avatar
  • 2,875
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
7 votes
5 answers
18k views

opendirectoryd taking up 1/4 of the cpu and driving fans crazy on MacBook Air

Since a couple of days my 2011 13" MBA (i5, 1,7Ghz) has a very strange issue which I don't know how to get rid of. Every now and then (sometimes more times a day) a process called opendirectoryd ...
mwidmann's user avatar
  • 2,093
2 votes
1 answer
286 views

Script that Automatically Does Something Every Day

I'm looking for a way to automatically run a shell script or command every time interval. I'm running a server and I want to backup some folders every day. I don't want to use time machine because the ...
Kyle's user avatar
  • 143
2 votes
3 answers
2k views

Does changing a daemon's plist file extension prevent it from being loaded?

I particularly want to disable: /private/etc/mach_init.d/dashboardadvisoryd.plist.disabled, but in general for any daemon. Does changing its plist extension prevent it from loading? In the past I ...
Petruza's user avatar
  • 2,875

15 30 50 per page
1
3 4 5 6
7