Friday, November 5, 2010

How to restart a service in Snow Leopard

The following commands should be executed from the UNIX prompt (as root!)


$ sudo launchctl unload /System/Library/LaunchDaemons/com.apple.syslogd.plist
$ sudo launchctl load /System/Library/LaunchDaemons/com.apple.syslogd.plist

No comments: