clamav/service.freshclam
Lars Vogdt cbdea8fb88 Accepting request 759130 from home:adkorte:branches:security
- The freshclam.service should not be started before the network is online (it checks for updates immediately upon service start)

OBS-URL: https://build.opensuse.org/request/show/759130
OBS-URL: https://build.opensuse.org/package/show/security/clamav?expand=0&rev=199
2019-12-29 17:31:13 +00:00

15 lines
249 B
Plaintext

[Unit]
Description=Freshclam virus definitions downloader
After=network-online.target
Wants=network-online.target
[Service]
Type=forking
ExecStart=/usr/bin/freshclam -d
;User=vscan
;Group=vscan
;PrivateTmp=yes
[Install]
WantedBy=multi-user.target