Dominique Leuenberger 2019-12-30 11:35:04 +00:00 committed by Git OBS Bridge
commit 20780f58f1
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