diff options
author | 2024-09-04 20:01:35 +0200 | |
---|---|---|
committer | 2024-09-04 20:01:35 +0200 | |
commit | bcdebf361673dfbccf7cfb8e382b7fea9053942b (patch) | |
tree | 6ad4f6992c822c03145c97f946badd582fb267db /ansible/roles/postfix | |
parent | Fix Jitsi SASL authentication (diff) |
Nicenice
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 b708dbd..a2e7012 100644 --- a/ansible/roles/postfix/tasks/main.yml +++ b/ansible/roles/postfix/tasks/main.yml @@ -199,10 +199,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 |