13 lines
249 B
Plaintext
13 lines
249 B
Plaintext
[Unit]
|
|
Description = Generic clamav scanner daemon
|
|
After = syslog.target
|
|
Before = clamav-milter
|
|
|
|
[Service]
|
|
Type = simple
|
|
ExecStart = /usr/sbin/clamd -c /etc/clamd.d/scan.conf --nofork=yes
|
|
Restart = on-failure
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|