fix spamd path in service file [release 3.4.0-4mamba;Thu Apr 09 2015]
This commit is contained in:
parent
f462ae1432
commit
a722f95c9b
@ -5,7 +5,7 @@ After=syslog.target network.target
|
|||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/run/spamd.pid
|
PIDFile=/run/spamd.pid
|
||||||
ExecStart=/usr/bin/vendor_perl/spamd -d --pidfile /run/spamd.pid -c -c -x --virtual-config-dir=/var/lib/spamassassin -u spamd -g spamd
|
ExecStart=/usr/bin/spamd -d --pidfile /run/spamd.pid -c -c -x --virtual-config-dir=/var/lib/spamassassin -u spamd -g spamd
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
Restart=always
|
Restart=always
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: spamassassin
|
Name: spamassassin
|
||||||
Version: 3.4.0
|
Version: 3.4.0
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: SpamAssassin(tm) is a mail filter to identify spam
|
Summary: SpamAssassin(tm) is a mail filter to identify spam
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -167,6 +167,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
|||||||
%{_unitdir}/spamassassin.service
|
%{_unitdir}/spamassassin.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 09 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.0-4mamba
|
||||||
|
- fix spamd path in service file
|
||||||
|
|
||||||
* Thu Jan 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.0-3mamba
|
* Thu Jan 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.0-3mamba
|
||||||
- systemd plus spamd user/group support
|
- systemd plus spamd user/group support
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user