Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Songmu/3735622 to your computer and use it in GitHub Desktop.
Save Songmu/3735622 to your computer and use it in GitHub Desktop.
daemontools at Mac OS X homebrew
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.github.mxcl.homebrew.daemontools</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/svscanboot</string>
</array>
<key>Disabled</key>
<false/>
<key>OnDemand</key>
<false/>
</dict>
</plist>
sudo mkdir /service
wget https://gist.github.com/Songmu/3735622/raw/com.github.mxcl.homebrew.daemontools.plist
sudo cp com.github.mxcl.homebrew.daemontools.plist /Library/LaunchDaemons/
sudo chown root:wheel /Library/LaunchDaemons/com.github.mxcl.homebrew.daemontools.plist
sudo launchctl load /Library/LaunchDaemons/com.github.mxcl.homebrew.daemontools.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment