MacOS: Manually force a daemon to start MacOS: Manually force a daemon to start unix unix

MacOS: Manually force a daemon to start


sudo launchctl load /Library/LaunchDaemons/parallel.plist

should cause the daemon to autorun.

Seehttp://www.aandcp.com/launchdaemons-and-mac-os-x-openvpn-as-an-example


I know this post already has an answer but because this is such an uncommon topic, I thought I'd weigh in as well. The command that worked for me was

sudo launchctl kickstart system/com.example.service

The plist for this daemon would need to be in /Library/LaunchDaemons.