Fix exec for exim4 for anacron (default config Debian Stable)

On default installation on Debian Stable (12) anacron run tasks
and when finish all them, run exim4 for send info via mail.

The actual profile don´t permit this behaviour and fail sending
info for all task finished for mail configurated.
This commit is contained in:
Jose Maldonado aka Yukiteru 2024-05-06 18:39:24 -04:00 committed by Alex
parent 0d5655ba76
commit 92a370210d

View file

@ -17,6 +17,7 @@ profile anacron @{exec_path} {
@{sh_path} rix, @{sh_path} rix,
@{bin}/run-parts rCx -> run-parts, @{bin}/run-parts rCx -> run-parts,
@{bin}/exim4 rPx,
/ r, / r,
/etc/anacrontab r, /etc/anacrontab r,