aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2024-09-05 18:35:49 +0200
committerGravatar Johannes Christ <[email protected]>2024-09-07 11:41:45 +0200
commitcf6979fd62dfd58cc62c39e77896a990d992ebad (patch)
treeab3cce05fb268e1f5e053862c3d852ce5fd1f025
parentDocument Fredrick's vacation script in header (diff)
Schedule vacation replies on nice queue
-rw-r--r--ansible/roles/postfix/templates/services/fredrick-reply.sh.j23
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/roles/postfix/templates/services/fredrick-reply.sh.j2 b/ansible/roles/postfix/templates/services/fredrick-reply.sh.j2
index 0bc0f33..b33c7c4 100644
--- a/ansible/roles/postfix/templates/services/fredrick-reply.sh.j2
+++ b/ansible/roles/postfix/templates/services/fredrick-reply.sh.j2
@@ -88,5 +88,6 @@ cat > "$ATSCRIPT" <<EOF
rm "$REPLY_PATH"
EOF
-at -f "$ATSCRIPT" now + 10 min
+# Use the z queue for maximum niceness
+at -q z -f "$ATSCRIPT" now + 10 min
rm "$ATSCRIPT"