|
Server : Apache System : Linux ecngx264.inmotionhosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : lonias5 ( 3576) PHP Version : 7.3.33 Disable Function : NONE Directory : /proc/self/root/lib/systemd/system/ |
Upload File : |
# clamonacc systemd service file primarily the work of ChadDevOps & Aaron Brighton # See: https://medium.com/@aaronbrighton/installation-configuration-of-clamav-antivirus-on-ubuntu-18-04-a6416bab3b41#a340 [Unit] Description=ClamAV On-Access Scanner Documentation=man:clamonacc(8) man:clamd.conf(5) https://docs.clamav.net/ After=clamd@scan.service syslog.target network.target [Service] Type=simple User=root ExecStart=/usr/sbin/clamonacc -F --config-file=/etc/clamd.d/scan.conf ExecStop=/bin/kill -SIGKILL $MAINPID [Install] WantedBy=multi-user.target