howto/SetupFetchmail: Restart_Fetchmail.command

File Restart_Fetchmail.command, 273 bytes (added by kurthindenburg (Kurt Hindenburg), 10 years ago)

Shell script to restart fetchmail

Line 
1#!/bin/sh
2
3sudo launchctl stop         org.macports.fetchmail
4sudo launchctl unload -w    /Library/LaunchDaemons/org.macports.fetchmail.plist
5sudo launchctl load   -w    /Library/LaunchDaemons/org.macports.fetchmail.plist
6sudo launchctl start        org.macports.fetchmail