61f3c20dcc
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
16 lines
259 B
Plaintext
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
|