From 874d2e393e29951ed57c220f9f06e49a73790a5f Mon Sep 17 00:00:00 2001 From: digitalshow Date: Mon, 17 Jan 2022 08:33:30 +0100 Subject: [PATCH] Add description and message to wol action (#2753) To be able to create a cronjob via the web GUI we need a description for the action. --- net/wol/src/opnsense/service/conf/actions.d/actions_wol.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/wol/src/opnsense/service/conf/actions.d/actions_wol.conf b/net/wol/src/opnsense/service/conf/actions.d/actions_wol.conf index bc90627a3..696fc145d 100644 --- a/net/wol/src/opnsense/service/conf/actions.d/actions_wol.conf +++ b/net/wol/src/opnsense/service/conf/actions.d/actions_wol.conf @@ -2,3 +2,5 @@ command:/usr/local/bin/wol -i parameters: %s %s type:script +description:Wake-On-LAN for host with broadcast IP and MAC +message:Waking up host %s %s