exim/clamd.exim.service
TomNewChao c15f052460 initial package
modify exim.spec

add clamav

modify exim spec

modify spec file

spec file add notes

spec file modify username
2022-11-08 17:18:33 +08:00

12 lines
245 B
Desktop File

[Unit]
Description=Clamd Exim An Interface Between MTA And Content Checkers
After=network.target
[Service]
Type=forking
PIDFile=/run/clamd.exim/clamd.pid
ExecStart=/usr/sbin/clamd -c /etc/clamd.d/exim.conf
[Install]
WantedBy=multi-user.target