From 3823813daf8a104e85c4b7a7cbda05aec8970857 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 12 Sep 2025 08:19:45 +0200 Subject: [PATCH] system: add/change cron job descriptions --- source/manual/settingsmenu.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/manual/settingsmenu.rst b/source/manual/settingsmenu.rst index 5117d2cf..a89056e7 100644 --- a/source/manual/settingsmenu.rst +++ b/source/manual/settingsmenu.rst @@ -228,7 +228,7 @@ The most common core commands are as follows: | | | | firewall and restart its services to apply | | | | | the changes. | +---------------------------------------------+----------------------------------------+-------------------------+---------------------------------------------+ -| Issue a reboot | configctl system reboot | No parameters | Perform a reboot at the specified time. | +| Halt and power off the system | configctl system halt | No parameters | Perform a power off at the specified time. | +---------------------------------------------+----------------------------------------+-------------------------+---------------------------------------------+ | Manual gateway switch | configctl interface routes alarm | No parameters | Perform a manual gateway switch if | | | | | applicable. Malfunctioning gateway | @@ -240,6 +240,8 @@ The most common core commands are as follows: | | | or overview page, e.g. | | | | | "lan", "wan", "optX". | | +---------------------------------------------+----------------------------------------+-------------------------+---------------------------------------------+ +| Reboot the system | configctl system reboot | No parameters | Perform a reboot at the specified time. | ++---------------------------------------------+----------------------------------------+-------------------------+---------------------------------------------+ | Remote backup | configctl system remote backup | No parameters | Trigger the remote backup at the specified | | | | | time as opposed to its nightly default. | +---------------------------------------------+----------------------------------------+-------------------------+---------------------------------------------+