From 6d7ae12169472a8141f1931a8bbeeff9f579f3bd Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sun, 23 Jun 2024 16:23:08 +0200 Subject: [PATCH] Update crons.md --- documentation/docs/admin/server/crons.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/documentation/docs/admin/server/crons.md b/documentation/docs/admin/server/crons.md index bce9db6e..e14a4ec5 100644 --- a/documentation/docs/admin/server/crons.md +++ b/documentation/docs/admin/server/crons.md @@ -4,3 +4,14 @@ sidebar_position: 4 # Cron jobs +*OpenAdmin > Server > OpenPanel Cron Jobs* allows Administrators to view scheduled crons for OpenAdmin and edit their schedule or enable/disable logging to `/etc/openpanel/openadmin/cron.log` file. + +:::warning We recommend against editing the cronjobs! +Editing the schedule or commands is not recommended, as it may render certain features inaccessible. This should only be done in cases where fine-tuning execution on servers with low resources is necessary, or when instructed by the OpenPanel support team. These are crons that OpenPanel uses. If you want to add custom cronjobs, you can safely [add them in crontab for the root user](https://www.google.com/search?q=linux+add+cron). +::: + +Cron format is: + +```bash +SCHEDULE USER COMMAND +```