skyldav.service-r1 392 B

12345678910111213141516
  1. [Unit]
  2. Description=SkyldAV anti-virus on-access scanning daemon based upon Clam AV and fanotify
  3. Requires=local-fs.target clamd.service
  4. After=local-fs.target clamd.service
  5. Before=multi-user.target
  6. [Service]
  7. Type=simple
  8. Environment="SKYLDAV_MESSAGE_LEVEL=2"
  9. ExecStart=/usr/sbin/skyldav -d -m ${SKYLDAV_MESSAGE_LEVEL}
  10. #KillMode=process
  11. #KillSignal=SIGTERM
  12. [Install]
  13. WantedBy=multi-user.target