Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > d3a242b4ff11a8de7416f737d9309fcb > files > 4

postgrey-1.34-8.2.mga4.src.rpm

[Unit]
Description=Postfix Greylisting Service
Before=postfix.service

[Service]
Type=forking
EnvironmentFile=-/etc/sysconfig/postgrey
ExecStartPre=-/bin/rm -f /run/postgrey.pid
PIDFile=/run/postgrey.pid

ExecStart=/usr/sbin/postgrey \
 --pidfile=/run/postgrey.pid \
 --daemonize \
 $SOCKET $OPTIONS

Restart=always
RestartSec=1

[Install]
WantedBy=multi-user.target