systemd script: start service after clamd.service [release 2.10.0-2mamba;Thu Jan 01 2015]
This commit is contained in:
parent
13f02a0df4
commit
400ebf4a2e
@ -1,7 +1,6 @@
|
||||
[Unit]
|
||||
Description=Amavisd an interface between MTA and content checkers.
|
||||
After=syslog.target network.target
|
||||
Wants=clamd.service
|
||||
After=syslog.target network.target clamd.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
Name: amavisd-new
|
||||
Version: 2.10.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: An interface between mailer (MTA) and content checkers: virus scanners, and/or SpamAssassin
|
||||
Group: System/Servers
|
||||
Vendor: openmamba
|
||||
@ -149,6 +149,9 @@ exit 0
|
||||
%doc LICENSE TODO
|
||||
|
||||
%changelog
|
||||
* Thu Jan 01 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10.0-2mamba
|
||||
- systemd script: start service after clamd.service
|
||||
|
||||
* Fri Oct 24 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10.0-1mamba
|
||||
- update to 2.10.0
|
||||
- systemd switch
|
||||
|
Loading…
Reference in New Issue
Block a user