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:
parent
971751cc21
commit
501ad1957f
1 changed files with 2 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ profile anacron @{exec_path} {
|
|||
|
||||
@{sh_path} rix,
|
||||
@{bin}/run-parts rCx -> run-parts,
|
||||
@{bin}/exim4 rPx,
|
||||
|
||||
/ r,
|
||||
/etc/anacrontab r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue