Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to howto/SetupFetchmail
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
3
sudo launchctl stop org.macports.fetchmail
4
sudo launchctl unload -w /Library/LaunchDaemons/org.macports.fetchmail.plist
5
sudo launchctl load -w /Library/LaunchDaemons/org.macports.fetchmail.plist
6
sudo launchctl start org.macports.fetchmail
Download in other formats:
Original Format