howto/SetupFetchmail: Restart_Fetchmail.command
| File Restart_Fetchmail.command, 416 bytes (added by martin.osx@…, 7 months ago) |
|---|
| Line | |
|---|---|
| 1 | #!/opt/local/bin/zsh |
| 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 |
| 7 | |
| 8 | # vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 expandtab : |
| 9 | # vim: set textwidth=0 filetype=zsh foldmethod=marker nospell : |

