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
This commit is contained in:
Lars Vogdt 2019-12-29 17:31:13 +00:00 committed by Git OBS Bridge
parent 390db3b64f
commit cbdea8fb88
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 24 10:49:25 UTC 2019 - Arjen de Korte <suse+build@de-korte.org>
- The freshclam.service should not be started before the network is
online (it checks for updates immediately upon service start)
-------------------------------------------------------------------
Thu Dec 19 15:31:58 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,6 +1,7 @@
[Unit]
Description=Freshclam virus definitions downloader
After=network.target
After=network-online.target
Wants=network-online.target
[Service]
Type=forking