clamav/service.clamd
Reinhard Max 61f3c20dcc - bsc#1151839: Increase the startup timeout of clamd to 5 minutes
to cater for the grown virus database as a workaround until
  clamd has learned to talk to systemd to extend the timeout as
  long as needed.

OBS-URL: https://build.opensuse.org/package/show/security/clamav?expand=0&rev=191
2019-10-25 14:54:38 +00:00

16 lines
259 B
Plaintext

[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