diff options
| author | 2024-09-04 20:01:35 +0200 | |
|---|---|---|
| committer | 2024-09-05 17:55:12 +0200 | |
| commit | ead263f3857afc450695b60a5fea9fa739f60085 (patch) | |
| tree | ef69fa3632cc6ef00e85b639e5615d579a1650a1 /ansible/roles/postfix | |
| parent | Fix p1 in Fredrick (diff) | |
Nice
Nice
Diffstat (limited to 'ansible/roles/postfix')
| -rw-r--r-- | ansible/roles/postfix/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/roles/postfix/tasks/main.yml b/ansible/roles/postfix/tasks/main.yml index 5281fff..7835d25 100644 --- a/ansible/roles/postfix/tasks/main.yml +++ b/ansible/roles/postfix/tasks/main.yml @@ -238,10 +238,10 @@ # Service Mail pipes fortune-pipe unix - n n - - pipe - flags=Fq user=servicemailer argv=/etc/postfix/service-scripts/fortune-reply.sh + flags=Fq user=servicemailer argv=/usr/bin/nice /etc/postfix/service-scripts/fortune-reply.sh fredrick-pipe unix - n n - - pipe - flags=Fq user=servicemailer argv=/etc/postfix/service-scripts/fredrick-reply.sh + flags=Fq user=servicemailer argv=/usr/bin/nice /etc/postfix/service-scripts/fredrick-reply.sh tags: - role::postfix - role::postfix::service-scripts |