Skip to content

Instantly share code, notes, and snippets.

@flat235
Created February 5, 2017 11:51
Show Gist options
  • Select an option

  • Save flat235/e7655ba07721efed3423e51326d9171f to your computer and use it in GitHub Desktop.

Select an option

Save flat235/e7655ba07721efed3423e51326d9171f to your computer and use it in GitHub Desktop.
Systemd Unit for GreyListing Daemon
[Unit]
Description=GreyListing Daemon for postfix
[Service]
Type=forking
ExecStart=/usr/bin/gld
[Install]
RequiredBy=postfix.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment