blob: f0118d8346f550311d0610e39d7ba8978dce9a3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=Milter module for the ClamAV scanner
After=nss-lookup.target network.target
Before=sendmail.service
Before=postfix.service
[Service]
Type=forking
PIDFile=/run/clamav/clamav-milter.pid
ExecStart=/usr/sbin/clamav-milter -c /etc/clamav-milter.conf
[Install]
WantedBy=multi-user.target
|