HEX
Server: Apache
System: Linux wyse1.wyseservers.com 4.18.0-553.124.4.el8_10.x86_64 #1 SMP Fri May 15 04:14:14 EDT 2026 x86_64
User: kochikidswysewor (1061)
PHP: 8.3.33
Disabled: NONE
Upload Files
File: //etc/systemd/system/multi-user.target.wants/clamd.service
[Unit]
Description=clamd antivirus daemon
ConditionPathExists=!/etc/clamddisable
After=network-online.target

[Service]
Type=simple
TimeoutSec=300
EnvironmentFile=/etc/sysconfig/exim
ExecStart=/usr/local/cpanel/3rdparty/bin/clamd -F

# clamd does not create the directory holding its socket and PID file.
# Mode 0755 is required, not merely convenient: exim and every cPanel user
# running the Virus Scanner feature must be able to traverse this directory
# to reach the socket.
RuntimeDirectory=clamav
RuntimeDirectoryMode=0755

# monitor and restart service similar to tailwatchd
Restart=always
RestartSec=30

[Install]
WantedBy=multi-user.target