From bac0eaf5c1978ef75064580c62898dbf9b8e76f3 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Wed, 26 May 2021 12:06:26 +0200 Subject: [PATCH] webgui: make restart action usable in cron jobs, fixes #4956 (#4998) --- src/opnsense/service/conf/actions.d/actions_webgui.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/opnsense/service/conf/actions.d/actions_webgui.conf b/src/opnsense/service/conf/actions.d/actions_webgui.conf index fee6af903..17797d930 100644 --- a/src/opnsense/service/conf/actions.d/actions_webgui.conf +++ b/src/opnsense/service/conf/actions.d/actions_webgui.conf @@ -3,3 +3,4 @@ command:/usr/local/etc/rc.restart_webgui parameters:%s type:script message:Restarting web GUI +description:Restart web GUI service