The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
52 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.
1
vote
0answers
141 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?
0
votes
0answers
21 views

Is it possible to control specific behaviors of a launch daemon (system) on os x?

Is it possible to control specific behaviors of a launch daemon (system) on os x? For example: spotlight daemon (com.apple.spotlight.*) controls what do to when a spot light search is made. -How ...