1 2 3 4 5 6 7
#!/bin/sh if [[ $1 == install || $1 == upgrade ]]; then /bin/launchctl load /Library/LaunchDaemons/com.openssh.sshd.plist fi exit 0