Questions tagged [launchd]

launchd is a Mac OS X daemon that manages launching programs and network services on behalf of the system or individual users. It attempts to replace most of the functionality of traditional UNIX init, cron, inetd, and other system services.

launchd is a Mac OS X daemon that manages launching programs and network services on behalf of the system or individual users. It attempts to replace most of the functionality of traditional UNIX init, cron, inetd, and other system services.

Some additional resources:

49 questions
0
votes
2 answers

which daemons are running?

Runing snow leopard, I'd like to find a way to say: "Right now, this is what's is running and this is who is running it" I've enabled process accounting and auditing, which should tell me this, but I thought I'd ask here to see if there were other…
chiggsy
  • 1,576
  • 1
  • 15
  • 20
0
votes
1 answer

Starting Apache 2 at boot on Mac OS X Server 10.6

Having compiled, installed and configured Apache 2.2.15 on Mac OS X Server 10.6, all went fine. The server is running fine when started manually, no configuration problems. Then i added a launchd system wide daemon (in /Library/LaunchDaemons/),…
Arko
  • 222
  • 3
  • 9
0
votes
1 answer

How to find the listener

I have created a services that should listen on port 50051, but is is already in use. So I need to find and kill the listener? Step 1: sudo lsof -i tcp:50051 …
Chris G.
  • 157
  • 5
0
votes
1 answer

clamav - clamd error when setup as daemon (mac osx)

Issue: Setting up clamav as a daemon process in mac osx throws some cumbersome errors and warnings while doing the setup and the documentation is good, but not perfect. I ran into some permission issues, file location issues, etc. Things that are…
codelinx
  • 1
  • 1
1 2 3
4