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 696fc145d1..1c0e3c62b4 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
@@ -1,6 +1,6 @@
[wake]
-command:/usr/local/bin/wol -i
-parameters: %s %s
+command:/usr/local/bin/wol
+parameters: -p %s -i %s %s
type:script
-description:Wake-On-LAN for host with broadcast IP and MAC
-message:Waking up host %s %s
+description:Wake-On-LAN for host with broadcast Port, IP and MAC
+message:Waking up host on port %s with broadcast %s mac %s