Posts Tagged “start”

I stumbled upon SystemStarter while searching a way how to restart a service in Mac OS X.

Quote from the man page:

The SystemStarter utility may be used to start, stop, and restart the system services which are described in the /Library/StartupItems/ and /System/Library/StartupItems/ paths

Example:

  1. Restart NetInfo: sudo SystemStarter restart NetInfo
  2. Restart Printing / CUPS: sudo SystemStarter restart PrintingServices

I guess the missing part now is a full listing of the Services…lets see if i can find the time to collect them later.

Links:

Comments No Comments »

1