12 lines
245 B
SYSTEMD
12 lines
245 B
SYSTEMD
|
[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
|