gentoo/mail-filter/amavisd-new/files/amavisd.service
Robert Förster 0fc737b673 some random QA fixup
- revbump libtom* since i seem to have forgot that for multilib, no changes (besides the revert to unstable for libtomcrypt)
- sync amavisd-new with tree
- fix spamassassin url
- remove RESTRICT=installsources since it seems that it has no effect
- fix whitespace errors in swift
2014-03-19 04:59:10 +01:00

14 lines
290 B
Desktop File

[Unit]
Description=Amavisd Daemon
Wants=postfix.service
Wants=spamassassin.service
Wants=clamd.service
After=network.target
[Service]
ExecStart=/usr/sbin/amavisd -c /etc/amavisd.conf foreground
ExecReload=/usr/sbin/amavisd -c /etc/amavisd.conf reload
[Install]
WantedBy=multi-user.target