2024-01-05 20:22:15 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Amavisd an interface between MTA and content checkers.
|
2024-01-05 20:22:15 +01:00
|
|
|
After=syslog.target network.target clamd.service
|
2024-01-05 20:22:15 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
|
|
|
PIDFile=/var/amavis/amavisd.pid
|
|
|
|
ExecStart=/usr/sbin/amavisd -c /etc/amavisd.conf
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|