start systemd services after network.target and nss-lookup.target

This commit is contained in:
Enrico Scholz 2011-08-04 20:33:45 +02:00
parent f5c3f18f2d
commit ec71ab79e4
3 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[Unit]
Description = Milter module for the Clam Antivirus scanner
After = syslog.target
After = syslog.target nss-lookup.target network.target
Before = sendmail.service
Before = postfix.service

View File

@ -822,6 +822,9 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || :
- updated to 0.97.3
- CVE-2011-3627 clamav: Recursion level crash fixed in v0.97.3
* Thu Aug 4 2011 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.97.2-1700
- start systemd services after network.target and nss-lookup.target
* Tue Jul 26 2011 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.97.2-1600
- updated to 0.97.2
- CVE-2011-2721 Off-by-one error by scanning message hashes (#725694)

View File

@ -1,6 +1,6 @@
[Unit]
Description = Generic clamav scanner daemon
After = syslog.target
After = syslog.target nss-lookup.target network.target
Before = clamav-milter.service
[Service]