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