start systemd services after network.target and nss-lookup.target
This commit is contained in:
parent
f5c3f18f2d
commit
ec71ab79e4
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description = Milter module for the Clam Antivirus scanner
|
Description = Milter module for the Clam Antivirus scanner
|
||||||
After = syslog.target
|
After = syslog.target nss-lookup.target network.target
|
||||||
Before = sendmail.service
|
Before = sendmail.service
|
||||||
Before = postfix.service
|
Before = postfix.service
|
||||||
|
|
||||||
|
@ -822,6 +822,9 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || :
|
|||||||
- updated to 0.97.3
|
- updated to 0.97.3
|
||||||
- CVE-2011-3627 clamav: Recursion level crash fixed in v0.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
|
* Tue Jul 26 2011 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.97.2-1600
|
||||||
- updated to 0.97.2
|
- updated to 0.97.2
|
||||||
- CVE-2011-2721 Off-by-one error by scanning message hashes (#725694)
|
- CVE-2011-2721 Off-by-one error by scanning message hashes (#725694)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description = Generic clamav scanner daemon
|
Description = Generic clamav scanner daemon
|
||||||
After = syslog.target
|
After = syslog.target nss-lookup.target network.target
|
||||||
Before = clamav-milter.service
|
Before = clamav-milter.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user