and add real solution
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
a7a71e9256
commit
dfa2cf0a50
1 changed files with 4 additions and 1 deletions
|
@ -28,6 +28,9 @@ We had this bug before, but this time it is different:
|
||||||
## Solution
|
## Solution
|
||||||
|
|
||||||
In our situation **/etc/cron.d/0hourly** was missing, because we removed all
|
In our situation **/etc/cron.d/0hourly** was missing, because we removed all
|
||||||
files from **/etc/cron.d/** and put only our own files in there.
|
files from **/etc/cron.d/** and put only our own files in there. The simple
|
||||||
|
fix is to ensure the contents of this directory are not removed anymore and to
|
||||||
|
reinstall the **cronie** package to recreate the **/etc/cron.d/0hourly** file.
|
||||||
|
|
||||||
|
|
||||||
[[!tag config sysadmin localch unix]]
|
[[!tag config sysadmin localch unix]]
|
||||||
|
|
Loading…
Reference in a new issue