clamd.service 267 B

123456789101112
  1. [Unit]
  2. Description = clamd scanner (clamd) daemon
  3. After = syslog.target nss-lookup.target network.target
  4. [Service]
  5. Type = simple
  6. ExecStart = /usr/sbin/clamd -c /etc/clamd.conf --nofork=yes
  7. Restart = on-failure
  8. PrivateTmp = true
  9. [Install]
  10. WantedBy=multi-user.target