clamav/service.clamd

16 lines
259 B
Plaintext
Raw Normal View History

[Unit]
Description=Clamav antivirus Deamon
After=network.target freshclam.service
Requires=freshclam.service
[Service]
Type=forking
ExecStart=/usr/sbin/clamd
TimeoutStartSec=5min
;User=vscan
;Group=vscan
;PrivateTmp=yes
[Install]
WantedBy=multi-user.target