1
#!/usr/bin/env sh
2
3
set -e
4
launchctl load "/Library/LaunchDaemons/DEPLOY_LAUNCHD_PLIST_FILE"
5
6
exit 0