fixed systemd service dependencies

This commit is contained in:
Enrico Scholz 2011-07-26 22:57:52 +02:00
parent 85dd73eaab
commit 9e5c2f4f8a
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
[Unit]
Description = Milter module for the Clam Antivirus scanner
After = syslog.target
Before = sendmail
Before = postfix
Before = sendmail.service
Before = postfix.service
[Service]
Type = simple

View File

@ -1,7 +1,7 @@
[Unit]
Description = Generic clamav scanner daemon
After = syslog.target
Before = clamav-milter
Before = clamav-milter.service
[Service]
Type = simple