cbdea8fb88
- 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
15 lines
249 B
Plaintext
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
|