File: milter-greylist.service

package info (click to toggle)
milter-greylist 4.6.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,384 kB
  • sloc: ansic: 17,111; yacc: 2,223; lex: 592; sh: 538; makefile: 156
file content (13 lines) | stat: -rw-r--r-- 227 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Greylist Mail Filter Daemon
Before=sendmail.service
Before=postfix.service

[Service]
Type=forking
ExecStart=/usr/sbin/milter-greylist
Restart=on-failure
PrivateTmp=true

[Install]
WantedBy=multi-user.target