1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-09 23:36:21 +02:00

spampd: Raise maxsize argument in service

Signed-off-by: Florian Pritz <bluewind@xinu.at>
This commit is contained in:
Florian Pritz 2019-01-28 10:37:13 +01:00
parent d7e53c07c9
commit ec39579f21
No known key found for this signature in database
GPG Key ID: 6D1655C14CE1C13E
2 changed files with 12 additions and 0 deletions

View File

@ -56,5 +56,14 @@
with_items:
sa-update.timer
- name: create override directory
file: path=/etc/systemd/system/spampd.service.d/ state=directory owner=root group=root mode=0755
- name: install spampd.service override
template: src=spampd.service.override.j2 dest=/etc/systemd/system/spampd.service.d/override.conf owner=root group=root mode=0644
notify:
- systemd daemon reload
- restart spampd
- name: start spampd
service: name=spampd enabled=yes state=started

View File

@ -0,0 +1,3 @@
[Service]
ExecStart=
ExecStart=/usr/bin/spampd --port=10025 --relayhost=127.0.0.1:10026 --tagall --log-rules-hit --user spampd --group spampd --pid=/run/spampd/spampd.pid --nodetach --maxsize=2048