Skip to content

Instantly share code, notes, and snippets.

@ezarko
Created August 26, 2015 22:27
Show Gist options
  • Save ezarko/b04c8495852bbf0c82e7 to your computer and use it in GitHub Desktop.
Save ezarko/b04c8495852bbf0c82e7 to your computer and use it in GitHub Desktop.
OSX /Library/LaunchDaemons/
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>org.gnu.mailman</string>
<key>LaunchOnlyOnce</key>
<true/>
<key>Program</key>
<string>/usr/local/mailman/bin/mailmanctl</string>
<key>ProgramArguments</key>
<array>
<string>mailmanctl</string>
<string>-s</string>
<string>start</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>_mailman</string>
<key>WorkingDirectory</key>
<string>/usr/local/mailman</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment